Justfile: convenience commands to working with the router0-dmz0 locally
This commit is contained in:
parent
143b0a10e3
commit
d629f4b354
1 changed files with 6 additions and 0 deletions
6
Justfile
6
Justfile
|
@ -309,3 +309,9 @@ cachix-use name:
|
|||
|
||||
update-sops-keys:
|
||||
for file in $(egrep -lr '"?sops"?:') secrets; do sops updatekeys -y $file; done
|
||||
|
||||
deploy-router0-dmz0:
|
||||
NIX_SSHOPTS="-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o CheckHostIP=no" nixos-rebuild switch --impure --flake .\#router0-dmz0 --target-host root@192.168.20.1
|
||||
|
||||
ttyusb:
|
||||
screen -fa /dev/ttyUSB0 115200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue