Enable sudo pam

This commit is contained in:
thiloho
2024-08-11 22:40:11 +02:00
parent 0e52f42868
commit 20c1e82eab

View File

@@ -23,7 +23,10 @@
networking.hostName = "archtika-demo-server";
security.pam.sshAgentAuth.enable = true;
security.pam = {
sshAgentAuth.enable = true;
services.sudo.sshAgentAuth = true;
};
users = {
mutableUsers = false;