names and shit 2

This commit is contained in:
2025-07-22 15:04:51 +02:00
parent 1035d733b1
commit 6091d0586c

View File

@@ -67,8 +67,8 @@ in {
config.age.secrets.gluetunEnv.path
];
environment = {
PUID = toString srv.uid;
PGID = toString srv.gid;
PUID = toString uid;
PGID = toString gid;
TZ = "Europe/Stockholm";
WEBUI_PORT = "${builtins.toString cfg.port}";
};