Need this to operate attic

This commit is contained in:
Emmet
2024-12-07 23:25:01 -06:00
parent fdbc49fac8
commit 710df8920f
2 changed files with 2 additions and 0 deletions

View File

@@ -74,6 +74,7 @@
rsnapshot rsnapshot
cryptsetup cryptsetup
gocryptfs gocryptfs
attic-client
]; ];
programs.fuse.userAllowOther = true; programs.fuse.userAllowOther = true;

View File

@@ -131,6 +131,7 @@
cryptsetup cryptsetup
home-manager home-manager
wpa_supplicant wpa_supplicant
attic-client
(pkgs.writeScriptBin "comma" '' (pkgs.writeScriptBin "comma" ''
if [ "$#" = 0 ]; then if [ "$#" = 0 ]; then
echo "usage: comma PKGNAME... [EXECUTABLE]"; echo "usage: comma PKGNAME... [EXECUTABLE]";