Update to NixOS 24.05
This commit is contained in:
parent
0312fbad3a
commit
501c3466bc
4 changed files with 16 additions and 11 deletions
configuration
|
@ -131,7 +131,10 @@
|
|||
sudo.execWheelOnly = true;
|
||||
|
||||
pam = {
|
||||
enableSSHAgentAuth = true;
|
||||
sshAgentAuth = {
|
||||
enable = true;
|
||||
authorizedKeysFiles = ["/etc/ssh/authorized_keys.d/%u"];
|
||||
};
|
||||
services.sudo.sshAgentAuth = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue