From 710df8920ff4d4cb4d74307f10fadad0c269b4fe Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 7 Dec 2024 23:25:01 -0600 Subject: [PATCH] Need this to operate attic --- profiles/homelab/base.nix | 1 + profiles/work/configuration.nix | 1 + 2 files changed, 2 insertions(+) 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]";