tadpole: Clean up nginx and certs modules

This commit is contained in:
Alexander Heldt
2024-09-08 18:52:10 +02:00
parent 3092241f0b
commit cbaba1db4c
2 changed files with 2 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
{ ... }:
{
security.acme = {
acceptTerms = true;
defaults = {
email = "acme@ppp.pm";
};

View File

@@ -10,12 +10,6 @@ in
};
config = lib.mkIf enabled {
security = {
acme = {
acceptTerms = true;
};
};
services = {
nginx = {
enable = true;