add acme shit

This commit is contained in:
KoenDR06 2026-02-09 14:38:02 +01:00
parent d7812f37c3
commit fde1d41bb8

View file

@ -22,6 +22,11 @@ in {
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
security.acme = {
acceptTerms = true;
defaults.email = "koen.de.ruiter@hotmail.com";
};
containers.nginx = { containers.nginx = {
autoStart = true; autoStart = true;
privateNetwork = true; privateNetwork = true;