fixed env var for clicky-bunty

This commit is contained in:
Tassilo - 2022-06-07 20:30:41 +02:00
parent 74a7b00faf
commit ee66544d7d
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07

View File

@ -19,7 +19,7 @@ in
script = ''
export RUST_BACKTRACE=FULL
export SALT_PATH=$(cat ${config.sops.secrets.postgres_password_hash_salt.path})
export SALT_PATH=${config.sops.secrets.postgres_password_hash_salt.path}
export POSTGRES_PASSWORD=$(cat ${config.sops.secrets.postgres_password.path})
exec ${pkgs.clicky-bunty-server}/bin/clicky-bunty-server --host 127.0.0.1 --port ${toString port}&
'';