aboutsummaryrefslogtreecommitdiff
path: root/nix/lib
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-06-30 12:58:03 -0700
committerFranck Cuny <franck@fcuny.net>2025-06-30 12:58:03 -0700
commit35e7f35d0e4809d752a5dc02c1ec3521fc452ffb (patch)
treeeccfe53fd096f3dcd9e25c2807d0bc6c444bbf78 /nix/lib
parentadd configuration for vm-synology (diff)
downloadinfra-35e7f35d0e4809d752a5dc02c1ec3521fc452ffb.tar.gz
backup the VM to Google Cloud Storage
For now we only backup git repositories.
Diffstat (limited to '')
-rw-r--r--nix/lib/mkSystem.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/lib/mkSystem.nix b/nix/lib/mkSystem.nix
index 2bd36bd..c069a3f 100644
--- a/nix/lib/mkSystem.nix
+++ b/nix/lib/mkSystem.nix
@@ -36,6 +36,7 @@ systemFunc rec {
{ nixpkgs.overlays = overlays; }
inputs.disko.nixosModules.disko
+ inputs.agenix.nixosModules.default
machineConfig
userOSConfig