feat(tyr): setup duckdns.
This commit is contained in:
parent
bfca337ab9
commit
41f4382959
4 changed files with 35 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{config, ...}: {
|
||||
services.resolved.extraConfig = ''
|
||||
DNSStubListener=no
|
||||
'';
|
||||
|
@ -46,4 +46,11 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Setup duck dns for dynamic dns
|
||||
services.duckdns = {
|
||||
enable = true;
|
||||
domains = ["cronyakatsuki"];
|
||||
tokenFile = "${config.age.secrets.duckdns.path}";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
wg-tyr = {
|
||||
file = ../../../secrets/wg-tyr.age;
|
||||
};
|
||||
duckdns = {
|
||||
file = ../../../secrets/duckdns.age;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue