diff options
| -rw-r--r-- | irc.nix | 1 | ||||
| -rw-r--r-- | matrix.nix | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -60,6 +60,7 @@ in { ensurePermissions."DATABASE soju" = "ALL PRIVILEGES"; } ]; }; + postgresqlBackup.databases = [ "soju" ]; soju = { enable = true; @@ -124,6 +124,7 @@ in { ensurePermissions."DATABASE dendrite" = "ALL PRIVILEGES"; } ]; }; + postgresqlBackup.databases = [ "dendrite" ]; }; systemd.services.dendrite.serviceConfig = { |
