feat: init srv0-dmz0
This commit is contained in:
parent
b481126ae2
commit
4cb8e6df29
16 changed files with 447 additions and 91 deletions
4
Justfile
4
Justfile
|
@ -38,7 +38,7 @@ rebuild-this-device +rebuildargs="dry-activate":
|
|||
nix run .#colmena -- apply-local --sudo {{rebuildargs}}
|
||||
|
||||
# Re-render the versions of a remote device and rebuild its environment
|
||||
update-remote-device devicename rebuildmode='build':
|
||||
update-remote-device devicename +rebuildargs='build':
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
|
@ -48,7 +48,7 @@ update-remote-device devicename rebuildmode='build':
|
|||
nix flake update
|
||||
)
|
||||
|
||||
just -v rebuild-remote-device {{devicename}} {{rebuildmode}}
|
||||
just -v rebuild-remote-device {{devicename}} {{rebuildargs}}
|
||||
|
||||
git commit -v nix/os/devices/{{devicename}}/flake.{nix,lock} -m "nix/os/devices/{{devicename}}: bump versions"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue