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