names and shit 2
This commit is contained in:
@@ -67,8 +67,8 @@ in {
|
|||||||
config.age.secrets.gluetunEnv.path
|
config.age.secrets.gluetunEnv.path
|
||||||
];
|
];
|
||||||
environment = {
|
environment = {
|
||||||
PUID = toString srv.uid;
|
PUID = toString uid;
|
||||||
PGID = toString srv.gid;
|
PGID = toString gid;
|
||||||
TZ = "Europe/Stockholm";
|
TZ = "Europe/Stockholm";
|
||||||
WEBUI_PORT = "${builtins.toString cfg.port}";
|
WEBUI_PORT = "${builtins.toString cfg.port}";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user