chore(flake): update inputs
This commit is contained in:
parent
d313a78d0e
commit
c871025426
2 changed files with 20 additions and 22 deletions
6
rpi4.nix
6
rpi4.nix
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue