needed to remove acme stuff

This commit is contained in:
Chris Cochrun 2025-01-29 12:07:25 -06:00
parent 3840de8fba
commit 47b0aeaee9

View file

@ -67,12 +67,12 @@ with lib;
}; };
}; };
security.acme = { # security.acme = {
acceptTerms = true; # acceptTerms = true;
defaults.email = "chris@cochrun.xyz"; # defaults.email = "chris@cochrun.xyz";
certs.${fqdn} = { # certs.${fqdn} = {
webroot = "/var/lib/acme/acme-challenge/"; # webroot = "/var/lib/acme/acme-challenge/";
extraDomainNames = [ "cochrun.xyz" ]; # extraDomainNames = [ "cochrun.xyz" ];
}; # };
}; # };
} }