mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
machine/serverle: enable dyndns again
This commit is contained in:
parent
d30f0ebbcd
commit
4d6c539f20
2 changed files with 4 additions and 5 deletions
|
@ -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;
|
||||||
|
|
|
@ -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;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue