add acme accept

This commit is contained in:
Ray Andrew 2024-10-11 23:17:06 -05:00
parent 0a57d3d91d
commit d405ff6d5c

View file

@ -213,10 +213,10 @@ in
openssh = {
enable = true;
settings = {
PermitRootLogin = "yes";
PasswordAuthentication = false;
};
extraConfig = ''
PermitRootLogin = "yes";stopServices
PasswordAuthentication = false;stopServices
};stopServices
extraConfig = ''stopServices
Match User gitea
AllowAgentForwarding no
AllowTcpForwarding no
@ -232,5 +232,10 @@ in
};
};
security.acme = {
acceptTerms = true;
defaults.email = "rs@rs.ht";
};
system.stateVersion = "24.05";
}