remove yubikey from pam (you can log in as ssh without a pw if its plugged in 😭)
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
sudo.execWheelOnly = true;
|
||||
polkit.enable = true;
|
||||
protectKernelImage = true;
|
||||
pam.yubico = {
|
||||
enable = true;
|
||||
debug = true;
|
||||
mode = "challenge-response";
|
||||
id = [ "19694730" ];
|
||||
};
|
||||
#pam.yubico = {
|
||||
# enable = true;
|
||||
# debug = true;
|
||||
# mode = "challenge-response";
|
||||
# id = [ "19694730" ];
|
||||
#};
|
||||
tpm2 = {
|
||||
enable = true;
|
||||
pkcs11.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user