mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +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 = [ "/" ];
|
||||
};
|
||||
|
||||
# dyndns = {
|
||||
# enable = true;
|
||||
# passwordFile = secrets."dyndns/password".path;
|
||||
# };
|
||||
dyndns = {
|
||||
enable = true;
|
||||
passwordFile = secrets."dyndns/password".path;
|
||||
};
|
||||
|
||||
# aria2 = {
|
||||
# enable = true;
|
||||
|
|
|
@ -27,7 +27,6 @@ in
|
|||
server = "dyndns.inwx.com";
|
||||
inherit (cfg) username passwordFile;
|
||||
domains = [ "serverle.${domain}" ];
|
||||
ipv6 = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue