nixos/pict-rs: fix environment variable name
Thanks to @marius851000 for reporting this issue. I assume it probably changed in 0.5 or something.
This commit is contained in:
@@ -86,7 +86,7 @@ in
|
|||||||
} else {
|
} else {
|
||||||
PICTRS__REPO__PATH = if cfg.repoPath != null then cfg.repoPath else "${cfg.dataDir}/sled-repo";
|
PICTRS__REPO__PATH = if cfg.repoPath != null then cfg.repoPath else "${cfg.dataDir}/sled-repo";
|
||||||
PICTRS__STORE__PATH = if cfg.storePath != null then cfg.storePath else "${cfg.dataDir}/files";
|
PICTRS__STORE__PATH = if cfg.storePath != null then cfg.storePath else "${cfg.dataDir}/files";
|
||||||
PICTRS__SERVER__ADDR = "${cfg.address}:${toString cfg.port}";
|
PICTRS__SERVER__ADDRESS = "${cfg.address}:${toString cfg.port}";
|
||||||
};
|
};
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
|||||||
Reference in New Issue
Block a user