From a728e62a728b2507d9113b60d12e4170ed7df565 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 30 Sep 2025 15:51:04 +0000 Subject: [PATCH] Add restic to all servers Used for backups --- modules/system/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/base.nix b/modules/system/base.nix index b48e49e..383a27c 100644 --- a/modules/system/base.nix +++ b/modules/system/base.nix @@ -13,6 +13,7 @@ pkgs.htop pkgs.ghostty.terminfo pkgs.git + pkgs.restic pkgs.sops pkgs.tig ];