feat(tyr): fix ddns issue.
This commit is contained in:
parent
832c4bbd2e
commit
5fc906c0d8
2 changed files with 7 additions and 1 deletions
|
|
@ -87,7 +87,13 @@
|
|||
};
|
||||
|
||||
# Setup ddns-updater
|
||||
services.ddns-updater.enable = true;
|
||||
services.ddns-updater = {
|
||||
enable = true;
|
||||
environment = {
|
||||
RESOLVER_ADDRESS = "127.0.0.1:53";
|
||||
PERIOD = "30s";
|
||||
};
|
||||
};
|
||||
|
||||
services.traefik.dynamicConfigOptions.http = {
|
||||
services.ddns.loadBalancer.servers = [
|
||||
|
|
|
|||
BIN
secrets/ddns.age
BIN
secrets/ddns.age
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue