feat(global): enable pam SSH Agent Auth

This commit is contained in:
Infinidoge 2022-02-17 00:05:06 -05:00
parent 696f8718d9
commit 61fe12b272

View file

@ -8,6 +8,10 @@ with lib.hlissner;
Defaults lecture=never
'';
acme.acceptTerms = true;
pam = {
enableSSHAgentAuth = true;
};
};
boot = {