mirror of
https://github.com/sstent/nixos-cluster.git
synced 2025-12-06 06:01:54 +00:00
sync
This commit is contained in:
5
justfile
5
justfile
@@ -1,5 +1,8 @@
|
||||
deploy NODE:
|
||||
nixos-rebuild --flake .#{{NODE}} --fast --target-host root@{{NODE}}.node.dc1.consul --build-host root@{{NODE}}.node.dc1.consul switch
|
||||
nixos-rebuild --flake .#{{NODE}} --add-root --fast --target-host root@{{NODE}}.node.dc1.consul --build-host root@{{NODE}}.node.dc1.consul switch
|
||||
|
||||
deploy-dry NODE:
|
||||
nixos-rebuild --flake .#{{NODE}} --fast --target-host root@{{NODE}}.node.dc1.consul --build-host root@{{NODE}}.node.dc1.consul dry-activate
|
||||
|
||||
deploy-all:
|
||||
just deploy odroid5
|
||||
|
||||
Reference in New Issue
Block a user