feat: init srv0-dmz0

This commit is contained in:
steveej 2023-07-06 22:42:24 +02:00
parent b481126ae2
commit 4cb8e6df29
16 changed files with 447 additions and 91 deletions

View file

@ -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"