mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 12:51:34 +01:00
Add just repair command
This commit is contained in:
parent
668852b804
commit
88ff654874
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
|
@ -24,3 +24,6 @@ deploy +hosts:
|
|||
|
||||
install host destination='root@installer':
|
||||
nix run github:nix-community/nixos-anywhere -- --extra-files ~/.ssh/{{ host }} --flake .#{{ host }} --target-host {{ destination }}
|
||||
|
||||
repair:
|
||||
nix-store --verify --check-contents --repair
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue