diff --git a/modules/services/server/postgresql.nix b/modules/services/server/postgresql.nix index ea79c27..cb02fc3 100644 --- a/modules/services/server/postgresql.nix +++ b/modules/services/server/postgresql.nix @@ -24,14 +24,12 @@ authentication = pkgs.lib.mkOverride 14 '' local all postgres peer host giteadb gitea localhost scram-sha-256 - host woodpeckerdb woodpecker localhost scram-sha-256 host nextclouddb nextcloud localhost scram-sha-256 host synapsedb synapse localhost scram-sha-256 host whatsappdb mautrixwa localhost scram-sha-256 host telegramdb mautrixtele localhost scram-sha-256 host signaldb mautrixsignal localhost scram-sha-256 host onlyoffice onlyoffice localhost scram-sha-256 - local onlyoffice onlyoffice peer ''; initialScript = config.age.secrets."services/postgresql/initScript.sql".path; }; diff --git a/secrets/services/postgresql/initScript.age b/secrets/services/postgresql/initScript.age index b65fae8..fd6c4de 100644 Binary files a/secrets/services/postgresql/initScript.age and b/secrets/services/postgresql/initScript.age differ