Sudo with insults
This commit is contained in:
@ -194,11 +194,17 @@ inputs:
|
||||
};
|
||||
};
|
||||
|
||||
# generate login settings
|
||||
# ykman otp chalresp --touch --generate 2
|
||||
security.pam.yubico = {
|
||||
enable = true;
|
||||
# debug = true;
|
||||
mode = "challenge-response";
|
||||
security = {
|
||||
# generate login settings
|
||||
# ykman otp chalresp --touch --generate 2
|
||||
pam.yubico = {
|
||||
enable = true;
|
||||
# debug = true;
|
||||
mode = "challenge-response";
|
||||
};
|
||||
sudo = {
|
||||
package = pkgs.sudo.override { withInsults = true; };
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user