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