From 85f1ab36ff7b72c5ef6e0beab411c7fba0301458 Mon Sep 17 00:00:00 2001 From: mc-fucker Date: Tue, 19 Jul 2022 12:26:25 +0200 Subject: [PATCH] added ihatemoney db backup --- modules/ihatemoney.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/ihatemoney.nix b/modules/ihatemoney.nix index 39af3c6..e4d1597 100644 --- a/modules/ihatemoney.nix +++ b/modules/ihatemoney.nix @@ -32,6 +32,8 @@ in networking.firewall.allowedTCPPorts = [ 80 443 ]; + services.postgresqlBackup.databases = [ "ihatemoney" ]; + } # vim: set et ts=2 sw=2 ai: