remove postgresql passwords where they are not needed #52

Merged
rouven0 merged 2 commits from db-passwords into main 2023-07-20 12:48:05 +02:00
Showing only changes of commit 8ef5af5305 - Show all commits

View file

@ -41,7 +41,6 @@ in
'';
configReplaces = {
"LDAP_SEARCH" = config.sops.secrets.sogo_ldap_search.path;
"POSTGRES_PASSWORD" = config.sops.secrets.postgres_sogo.path;
};
vhostName = "${sogo-hostname}";
timezone = "Europe/Berlin";