What is the equivalent of nixos-rebuild --target-host?
Closed this issue · 2 comments
luochen1990 commented
The most used nixos-rebuild
command is:
sudo nixos-rebuild --target-host host1 --flake .#host1 switch
But how to do that via nh
?
viperML commented
It's not implemented in nh.
luochen1990 commented
Is this feature within the design goals of the project? Or is there a related development plan?