tweak(security): add email to acme settings
This commit is contained in:
parent
530c3c5254
commit
a35b222dee
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,10 @@ with lib;
|
|||
sudo.extraConfig = ''
|
||||
Defaults lecture=never
|
||||
'';
|
||||
acme.acceptTerms = true;
|
||||
acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = "infinidoge@inx.moe";
|
||||
};
|
||||
|
||||
pam.enableSSHAgentAuth = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue