diff options
| author | Max Audron <audron@cocaine.farm> | 2024-08-12 16:51:16 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2024-08-12 16:51:16 +0200 |
| commit | 1e08c23bb432e3527ff9a2ecc498b68c444f3cd5 (patch) | |
| tree | eefca98efe42f0986f1aa3eadff814eb88d09c99 | |
| parent | disable k8s (diff) | |
remove psql ensurePermissions
| -rw-r--r-- | modules/matrix/mautrix-slack.nix | 6 | ||||
| -rw-r--r-- | 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"; }; } ]; }; |
