add env variable

This commit is contained in:
Tassilo - 2022-05-29 21:42:44 +02:00
parent e281bf31d6
commit 821bb2f8dd
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07

View File

@ -24,6 +24,7 @@ in
environment = {
"POSTGRES" = "localhost:5432";
"POSTGRES_PASSWORD" = "/root/postgres_password"; #TODO: do it proper with sops
"SALT_PATH" = "/root/password_hash_salt"; #TODO: do it proper with sops
};
serviceConfig = {