home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c62e258f3da2a50938e793cc443fa21c2f166a69
parent 7937367ce123f75a88f546bb21d01d285515b199
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun,  3 May 2020 17:53:49 +0200

kerkouane: add enableSSHAgentAuth

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmachines/kerkouane.nixos.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/machines/kerkouane.nixos.nix b/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;