Cleanup (linked issue is resolved)
This commit is contained in:
parent
1f5ae130f5
commit
1f5c8d7d5f
1 changed files with 1 additions and 6 deletions
|
@ -81,12 +81,7 @@
|
||||||
nssmdns4 = true;
|
nssmdns4 = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
security.pam.sshAgentAuth = {
|
security.pam.sshAgentAuth.enable = true;
|
||||||
enable = true;
|
|
||||||
# Addresses issue 31611
|
|
||||||
# See: https://github.com/NixOS/nixpkgs/issues/31611
|
|
||||||
authorizedKeysFiles = lib.mkForce [ "/etc/ssh/authorized_keys.d/%u" ];
|
|
||||||
};
|
|
||||||
security.pam.services.${config.aa.user.name}.sshAgentAuth = true;
|
security.pam.services.${config.aa.user.name}.sshAgentAuth = true;
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue