Update to NixOS 24.05

This commit is contained in:
Tristan Daniël Maat 2024-06-14 00:49:12 +02:00
parent 0312fbad3a
commit 501c3466bc
Signed by: tlater
GPG key ID: 49670FD774E43268
4 changed files with 16 additions and 11 deletions
configuration

View file

@ -131,7 +131,10 @@
sudo.execWheelOnly = true;
pam = {
enableSSHAgentAuth = true;
sshAgentAuth = {
enable = true;
authorizedKeysFiles = ["/etc/ssh/authorized_keys.d/%u"];
};
services.sudo.sshAgentAuth = true;
};
};