mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
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:
parent
8b6c05209f
commit
1a35d0ccb5
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ in
|
|||
} else {
|
||||
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__SERVER__ADDR = "${cfg.address}:${toString cfg.port}";
|
||||
PICTRS__SERVER__ADDRESS = "${cfg.address}:${toString cfg.port}";
|
||||
};
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue