feat(global): enable pam SSH Agent Auth
This commit is contained in:
parent
696f8718d9
commit
61fe12b272
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ with lib.hlissner;
|
||||||
Defaults lecture=never
|
Defaults lecture=never
|
||||||
'';
|
'';
|
||||||
acme.acceptTerms = true;
|
acme.acceptTerms = true;
|
||||||
|
|
||||||
|
pam = {
|
||||||
|
enableSSHAgentAuth = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue