home

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

commit 9ea03767a5f8b426059cd837d54f1dace1c44567
parent e4a75e4319147ec4f2ca94f1ab7d059b6a391577
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun,  3 May 2020 17:50:33 +0200

okinawa: fix sshAgentAuth

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

Diffstat:
Mmachines/okinawa.nixos.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/machines/okinawa.nixos.nix b/machines/okinawa.nixos.nix @@ -92,5 +92,5 @@ with import ../assets/machines.nix; { }; }; security.apparmor.enable = true; - security.pam.sshAgentAuth = true; + security.pam.enableSSHAgentAuth = true; }