add env variables

This commit is contained in:
Tassilo - 2022-05-28 23:20:45 +02:00
parent b33d36c4d5
commit b5b70bb2d2
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07

View File

@ -20,8 +20,8 @@ in
'';
environment = {
"POSTGRES" = "";
"SALT_PATH" = "";
"POSTGRES" = "postgresql://dvbdump@localhost:5432";
"SALT_PATH" = "/root/password_hash_salt"; #TODO: do it proper with sops
};
serviceConfig = {
Type = "forking";