From 1e08c23bb432e3527ff9a2ecc498b68c444f3cd5 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Mon, 12 Aug 2024 16:51:16 +0200 Subject: remove psql ensurePermissions --- modules/matrix/mautrix-slack.nix | 6 +++--- modules/powerdns/primary.nix | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/matrix/mautrix-slack.nix b/modules/matrix/mautrix-slack.nix index d0324a1..32a0c2a 100644 --- a/modules/matrix/mautrix-slack.nix +++ b/modules/matrix/mautrix-slack.nix @@ -132,9 +132,9 @@ in ensureDatabases = [ "mautrix-slack" ]; ensureUsers = [{ name = "mautrix-slack"; - ensurePermissions = { - "DATABASE \"mautrix-slack\"" = "ALL PRIVILEGES"; - }; + # ensurePermissions = { + # "DATABASE \"mautrix-slack\"" = "ALL PRIVILEGES"; + # }; }]; }; diff --git a/modules/powerdns/primary.nix b/modules/powerdns/primary.nix index 3fba46f..2f0f95b 100644 --- a/modules/powerdns/primary.nix +++ b/modules/powerdns/primary.nix @@ -50,11 +50,11 @@ ensureUsers = [ { name = "pdns"; - ensurePermissions = { "DATABASE pdns" = "ALL PRIVILEGES"; }; + # ensurePermissions = { "DATABASE pdns" = "ALL PRIVILEGES"; }; } { name = "powerdnsadmin"; - ensurePermissions = { "DATABASE pdns" = "ALL PRIVILEGES"; }; + # ensurePermissions = { "DATABASE pdns" = "ALL PRIVILEGES"; }; } ]; }; -- cgit v1.2.3