liminix-rebuild source /etc/profile to get PATH for reboot

module-based-network
Daniel Barlow 4 months ago
parent 292a4c4d46
commit a809c28dde

@ -12,4 +12,4 @@ fi
toplevel=$(nix-build "$@" -A outputs.systemConfiguration --no-out-link)
min-copy-closure $target_host $toplevel
$ssh_command $target_host cp -v -fP $toplevel/bin/* /persist
$ssh_command $target_host "sync; reboot"
$ssh_command $target_host "sync; source /etc/profile; reboot"

Loading…
Cancel
Save