add attic-sync-hydra service. refactor attic to its own module
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
4
systems/palatine-hill/attic/sync-attic.bash
Normal file
4
systems/palatine-hill/attic/sync-attic.bash
Normal file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env nix
|
||||
#! nix shell nixpkgs#bash nixpkgs#findutils nixpkgs#attic-client --command bash
|
||||
|
||||
find . -regex ".*\.drv$" -exec attic push cache-nix-dot '/ZFS/ZFS-primary/hydra/{}' \;
|
Reference in New Issue
Block a user