aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/matrix/mautrix-slack.nix6
-rw-r--r--modules/powerdns/primary.nix4
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"; };
}
];
};
Audron-1/+1 2021-06-05ready tanka deploy for CIMax Audron-32/+69 2021-06-05remove tanka vendoringMax Audron-27651/+0 2021-05-26Release 1.0.1Max Audron-3/+3 2021-05-26fix log breaking once buffer fullMax Audron-2/+33 the log_msg function was poping the newest message and replacing it with the newest message, it should be poping the oldest messages. 2021-05-16add deployment stuffMax Audron-6/+27786 2021-05-15add container buildMax Audron-2/+35