diff --git a/profiles/homelab/base.nix b/profiles/homelab/base.nix index 277c359f..4666e514 100644 --- a/profiles/homelab/base.nix +++ b/profiles/homelab/base.nix @@ -74,6 +74,7 @@ rsnapshot cryptsetup gocryptfs + attic-client ]; programs.fuse.userAllowOther = true; diff --git a/profiles/work/configuration.nix b/profiles/work/configuration.nix index 8182c02b..da03717e 100644 --- a/profiles/work/configuration.nix +++ b/profiles/work/configuration.nix @@ -131,6 +131,7 @@ cryptsetup home-manager wpa_supplicant + attic-client (pkgs.writeScriptBin "comma" '' if [ "$#" = 0 ]; then echo "usage: comma PKGNAME... [EXECUTABLE]";