From 3dc21e88a848894159f97a92f47dbdf4ae6a9643 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 14 Jun 2022 18:06:53 +0200 Subject: [PATCH] hades: enable postgres backups --- hosts/hades/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/hades/default.nix b/hosts/hades/default.nix index a0bb987..46d7524 100644 --- a/hosts/hades/default.nix +++ b/hosts/hades/default.nix @@ -73,6 +73,10 @@ in { privatePort = 8080; }; + postgresql-backup = { + enable = true; + }; + restic-backup = { enable = true; repo = "b2:hades-backup-alarsyo";