feat(tyr): move away from duckdns.
This commit is contained in:
parent
f827a67928
commit
f37caabca1
4 changed files with 27 additions and 5 deletions
|
|
@ -26,6 +26,13 @@
|
|||
file = ../../../secrets/traefik.age;
|
||||
owner = "traefik";
|
||||
};
|
||||
ddns = {
|
||||
file = ../../../secrets/ddns.age;
|
||||
path = "/var/lib/ddns-updater/config.json";
|
||||
owner = "nobody";
|
||||
group = "nogroup";
|
||||
symlink = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue