qbt 7 tostring
This commit is contained in:
@@ -65,8 +65,8 @@ in {
|
|||||||
config.age.secrets.gluetunEnv.path
|
config.age.secrets.gluetunEnv.path
|
||||||
];
|
];
|
||||||
environment = {
|
environment = {
|
||||||
PUID = srv.uid;
|
PUID = "${builtins.toString srv.uid}";
|
||||||
PGID = srv.gid;
|
PGID = "${builtins.toString srv.gid}";
|
||||||
TZ = "Etc/UTC";
|
TZ = "Etc/UTC";
|
||||||
WEBUI_PORT = "${builtins.toString cfg.port}";
|
WEBUI_PORT = "${builtins.toString cfg.port}";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user