feat: init AP management via Colmena and Liminix #110
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ if [ -z "$target_host" ] ; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
if toplevel="$@"; then
|
||||
if toplevel="$(nom-build $(colmena eval -E "{ nodes, ... }: nodes.$@.config.system.outputs.systemConfiguration" --instantiate))"; then
|
||||
echo systemConfiguration $toplevel
|
||||
min-copy-closure $target_host $toplevel
|
||||
$ssh_command $target_host $toplevel/bin/install
|
||||
|
|
Loading…
Reference in a new issue