diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-07-25 08:46:32 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-07-25 08:47:10 -0700 |
| commit | db119ccc29ab169a7f35138d5e5d3ba251748ad5 (patch) | |
| tree | c3ac1c0f26dfa1fed38447a27aa2bf4706d3fc84 /modules/default.nix | |
| parent | add a script to build the VM (diff) | |
| download | infra-db119ccc29ab169a7f35138d5e5d3ba251748ad5.tar.gz | |
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.
Diffstat (limited to '')
| -rw-r--r-- | modules/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 ]; } |
