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 = [ "/" ];
};
# dyndns = {
# enable = true;
# passwordFile = secrets."dyndns/password".path;
# };
dyndns = {
enable = true;
passwordFile = secrets."dyndns/password".path;
};
# aria2 = {
# enable = true;