Manage remote systems
This commit is contained in:
parent
c93bae39fa
commit
f211bd408b
8 changed files with 239 additions and 0 deletions
5
remote.sh
Executable file
5
remote.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
set -x
|
||||
|
||||
nixos-rebuild --flake .#$1 --target-host root@$1 --build-host localhost $2
|
Loading…
Add table
Add a link
Reference in a new issue