saerro sync
This commit is contained in:
parent
86f11dc3e7
commit
88a73fb421
9 changed files with 79 additions and 135 deletions
3
Justfile
3
Justfile
|
@ -61,6 +61,9 @@ gc generations="5d":
|
|||
sudo nix-store --gc
|
||||
sudo nix-collect-garbage -d --delete-older-than {{generations}}
|
||||
|
||||
repair:
|
||||
sudo nix-store --repair --verify --check-contents
|
||||
|
||||
# Add a machine's age key for SOPS
|
||||
sops-add machine_name target:
|
||||
bun tools/onboard-machine.js {{machine_name}} {{target}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue