diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/powerdns/primary.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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"; }; } ]; }; |
