Added cert bot

This commit is contained in:
2024-12-27 16:55:16 +02:00
parent 764093669c
commit 718f1c9e03

View File

@@ -22,5 +22,10 @@
};
};
services.certbot = {
enable = true;
agreeTerms = true;
};
networking.firewall.allowedTCPPorts = [ 80 ];
}