From db119ccc29ab169a7f35138d5e5d3ba251748ad5 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 25 Jul 2025 08:46:32 -0700 Subject: add a module for backups Enable the module on the VM, and backup the git repositories both to the NAS and to a GCS bucket. --- modules/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/default.nix') diff --git a/modules/default.nix b/modules/default.nix index 441a9b8..b8e8d0b 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -4,5 +4,6 @@ ./home.nix ./host-config.nix ./nas-client.nix + ./backups.nix ]; } -- cgit v1.2.3