chore(flake): update inputs

This commit is contained in:
Felix Schröter 2022-01-01 02:06:35 +01:00
parent d313a78d0e
commit c871025426
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
2 changed files with 20 additions and 22 deletions

View file

@ -52,10 +52,8 @@ in with builtins; {
networking.firewall.allowedTCPPorts = [ 80 443 ];
networking.firewall.allowedUDPPorts = [ 80 443 ];
security.acme = {
acceptTerms = true;
email = "dev@felschr.com";
};
security.acme.acceptTerms = true;
security.acme.defaults.email = "dev@felschr.com";
services.ddclient = {
enable = true;