added attic-client to jawz user packages in configuration.nix

This commit is contained in:
Danilo Reyes 2025-09-27 22:08:11 -06:00
parent 5ee3618199
commit 9ccc45ba41

View File

@ -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;