From a6da21fb9d7ddcb758b281b18df90c49a916c8fa Mon Sep 17 00:00:00 2001 From: triethyl Date: Mon, 16 Mar 2026 22:01:50 -0400 Subject: homelab: added restic for backups --- nixos/modules/homelab/core/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/homelab/core/default.nix') 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 ]; } -- cgit v1.2.3