You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently in the nixos iso install shell, so I can't just execute colmena apply-local --node <node-name> --sudo because it would install the system on the iso-system.
With plain flakes, I'd execute sudo nixos-install --flake .#<name> --root /mnt. How can I achieve the same with a colmena setup?
The text was updated successfully, but these errors were encountered:
I'm currently in the
nixos
iso install shell, so I can't just executecolmena apply-local --node <node-name> --sudo
because it would install the system on the iso-system.With plain flakes, I'd execute
sudo nixos-install --flake .#<name> --root /mnt
. How can I achieve the same with acolmena
setup?The text was updated successfully, but these errors were encountered: