Commit c62e258f3da2

Vincent Demeester <vincent@sbr.pm>
2020-05-03 17:53:49
kerkouane: add enableSSHAgentAuth
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 7937367
Changed files (1)
machines/kerkouane.nixos.nix
@@ -26,6 +26,7 @@ with import ../assets/machines.nix; {
     #  "sbr.pm".email = "vincent@sbr.pm";
     #};
   };
+  security.pam.enableSSHAgentAuth = true;
   services = {
     govanityurl = {
       enable = true;