feat(ddns-updater): install and configure

This commit is contained in:
wi11-holdsworth 2026-01-17 16:59:54 +11:00
parent dcbee4635b
commit b7bb4c8e0b
2 changed files with 25 additions and 0 deletions

View file

@ -9,6 +9,7 @@
"caddy" "caddy"
"copyparty" "copyparty"
"couchdb" "couchdb"
"ddns-updater"
"firefly" "firefly"
"homepage-dashboard" "homepage-dashboard"
"immich" "immich"

View file

@ -0,0 +1,24 @@
{
services = {
ddns-updater = {
enable = true;
environment = {
CONFIG_FILEPATH = "/srv/ddns-updater/config.json";
SERVER_ENABLED = "no";
TZ = "Australia/Melbourne";
};
};
# borgmatic.settings = {
# source_directories = [ ];
# postgresql_databases = [
# {
# name = "ddns-updater";
# hostname = "localhost";
# username = "root";
# password = "{credential systemd borgmatic-pg}";
# }
# ];
# };
};
}