monitoring
This commit is contained in:
parent
300f95c497
commit
c69cd07520
2 changed files with 3 additions and 1 deletions
2
Justfile
2
Justfile
|
@ -68,7 +68,7 @@ sops-generate-keys:
|
|||
|
||||
deploy target_host extra_flags="":
|
||||
@test -f nixos/hosts/{{target_host}}/.target || { echo "Host cannot be deployed, add a .target file with SSH destination"; exit 1; }
|
||||
ssh -A `cat nixos/hosts/{{target_host}}/.target` sudo nixos-rebuild switch {{extra_flags}} --flake \"git+https://codeberg.org/noe/nixos.git?ref={{branch}}\&rev={{commit}}#{{target_host}}\"
|
||||
ssh -A `cat nixos/hosts/{{target_host}}/.target` sudo nixos-rebuild switch {{extra_flags}} --accept-flake-config --flake \"git+https://codeberg.org/noe/nixos.git?ref={{branch}}\&rev={{commit}}#{{target_host}}\"
|
||||
|
||||
#
|
||||
ssh target_host *args='':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue