refactor: move ark into dentritic pattern
This commit is contained in:
9
justfile
9
justfile
@@ -29,7 +29,14 @@ rebuild-ark:
|
||||
just add-secrets
|
||||
|
||||
git add .
|
||||
nixos-rebuild --flake '.?submodules=1#ark' --build-host admin@192.168.1.192 --target-host admin@192.168.1.192 --use-remote-sudo --fast switch
|
||||
nixos-rebuild --flake '.?submodules=1#koonArk' --build-host ark --target-host ark --use-remote-sudo --fast switch
|
||||
|
||||
|
||||
rebuild-ark-boot:
|
||||
just add-secrets
|
||||
|
||||
git add .
|
||||
nixos-rebuild --flake '.?submodules=1#koonArk' --build-host ark --target-host ark --use-remote-sudo --fast boot
|
||||
|
||||
push-secrets:
|
||||
just add-secrets
|
||||
|
||||
Reference in New Issue
Block a user