home

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

commit a1c34b6584c34951912a58a52e4704b15b03f318
parent 2e6a64b7d05965955db444608ce8d32e5e867773
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun,  3 May 2020 17:47:49 +0200

okinawa: try sshAgentAuth 👼

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

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

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