From 9ccc45ba413bfd9aa82152d67be501d18535a1a8 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 27 Sep 2025 22:08:11 -0600 Subject: [PATCH] added attic-client to jawz user packages in configuration.nix --- hosts/server/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 9ee6377..52ee6bc 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -59,7 +59,7 @@ }; }; users.users.jawz.packages = builtins.attrValues { - inherit (pkgs) podman-compose; + inherit (pkgs) podman-compose attic-client; }; services.btrfs.autoScrub = { enable = true;