This commit is contained in:
2026-02-14 00:52:39 +00:00
parent 58c8146cc0
commit 6cc1c98f75
11 changed files with 143 additions and 103 deletions

View File

@@ -25,19 +25,13 @@
image = "qmcgaw/ddns-updater";
imageFile = ddnsImg;
volumes = [
"/run/dbus:/run/dbus:ro"
"/data/ddns:/updater/data"
"/etc/localtime:/etc/localtime:ro"
];
ports = [ "0.0.0.0:8123:8123" ];
# ports = [ "0.0.0.0:8123:8123" ];
# networks = [ "meow" ];
};
};
networking.firewall = {
allowedTCPPorts = [
8123
];
allowedUDPPortRanges = [ ];
};
};
};
}