machine/serverle: enable dyndns again

This commit is contained in:
Felix Buehler 2023-12-15 00:35:01 +01:00
parent d30f0ebbcd
commit 4d6c539f20
2 changed files with 4 additions and 5 deletions

View file

@ -28,10 +28,10 @@ in
paths = [ "/" ]; paths = [ "/" ];
}; };
# dyndns = { dyndns = {
# enable = true; enable = true;
# passwordFile = secrets."dyndns/password".path; passwordFile = secrets."dyndns/password".path;
# }; };
# aria2 = { # aria2 = {
# enable = true; # enable = true;

View file

@ -27,7 +27,6 @@ in
server = "dyndns.inwx.com"; server = "dyndns.inwx.com";
inherit (cfg) username passwordFile; inherit (cfg) username passwordFile;
domains = [ "serverle.${domain}" ]; domains = [ "serverle.${domain}" ];
ipv6 = true;
}; };
}; };
} }