summaryrefslogtreecommitdiff
path: root/nixos/modules/homelab/core/default.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-03-16 22:01:50 -0400
committertriethyl <triethylammonium@pm.me>2026-03-16 22:01:50 -0400
commita6da21fb9d7ddcb758b281b18df90c49a916c8fa (patch)
tree3f5129316838afd6f486c4ae230bdab4e5f7aa1b /nixos/modules/homelab/core/default.nix
parent44c079bc77c94bd1b10fc33b663bffb507305ff9 (diff)
homelab: added restic for backups
Diffstat (limited to 'nixos/modules/homelab/core/default.nix')
-rw-r--r--nixos/modules/homelab/core/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/homelab/core/default.nix b/nixos/modules/homelab/core/default.nix
index 7adc169..0264ce7 100644
--- a/nixos/modules/homelab/core/default.nix
+++ b/nixos/modules/homelab/core/default.nix
@@ -2,5 +2,6 @@
imports = [
./ssh.nix
./caddy.nix
+ ./restic.nix
];
}