nixos-config/remote.sh
Charlotte Van Petegem f211bd408b
Manage remote systems
2020-11-26 22:43:02 +01:00

5 lines
121 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
set -x
nixos-rebuild --flake .#$1 --target-host root@$1 --build-host localhost $2