From 61fe12b272c46e1f0647b352435acd5837d3e257 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 17 Feb 2022 00:05:06 -0500 Subject: [PATCH] feat(global): enable pam SSH Agent Auth --- modules/modules/global.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/modules/global.nix b/modules/modules/global.nix index 3679858..c5674d3 100644 --- a/modules/modules/global.nix +++ b/modules/modules/global.nix @@ -8,6 +8,10 @@ with lib.hlissner; Defaults lecture=never ''; acme.acceptTerms = true; + + pam = { + enableSSHAgentAuth = true; + }; }; boot = {