about summary refs log tree commit diff
path: root/irc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'irc.nix')
-rw-r--r--irc.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc.nix b/irc.nix
index 671b872..9c5b309 100644
--- a/irc.nix
+++ b/irc.nix
@@ -60,6 +60,7 @@ in {
         ensurePermissions."DATABASE soju" = "ALL PRIVILEGES";
       } ];
     };
+    postgresqlBackup.databases = [ "soju" ];
 
     soju = {
       enable = true;