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 = {
acceptTerms = true;
defaults.email = "chris@cochrun.xyz";
certs.${fqdn} = {
webroot = "/var/lib/acme/acme-challenge/";
extraDomainNames = [ "cochrun.xyz" ];
};
};
# security.acme = {
# acceptTerms = true;
# defaults.email = "chris@cochrun.xyz";
# certs.${fqdn} = {
# webroot = "/var/lib/acme/acme-challenge/";
# extraDomainNames = [ "cochrun.xyz" ];
# };
# };
}