mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 22:09:16 +01:00
fix: 🐛 Fix NixOS module passing incorrect environment variable
This commit is contained in:
parent
dad99e854d
commit
b67d86dc57
1 changed files with 2 additions and 2 deletions
|
|
@ -132,7 +132,7 @@ in {
|
||||||
SyslogIdentifier = "${name}";
|
SyslogIdentifier = "${name}";
|
||||||
|
|
||||||
Environment = [
|
Environment = [
|
||||||
"CONFIG_FILE=${configFile}"
|
"CONFIG_LOCATION=${configFile}"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}) (cfg.nodes.api)
|
}) (cfg.nodes.api)
|
||||||
|
|
@ -169,7 +169,7 @@ in {
|
||||||
SyslogIdentifier = "${name}";
|
SyslogIdentifier = "${name}";
|
||||||
|
|
||||||
Environment = [
|
Environment = [
|
||||||
"CONFIG_FILE=${configFile}"
|
"CONFIG_LOCATION=${configFile}"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}) (cfg.nodes.worker);
|
}) (cfg.nodes.worker);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue