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";