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 get this output after a bunch of paths are copied from cache.nixos.org.
### Installing NixOS ###
Pseudo-terminal will not be allocated because stdin is not a terminal.
Warning: Permanently added '<ip>' (ED25519) to the list of known hosts.
installing the boot loader...
setting up /etc...
/nix/var/nix/profiles/system/sw/bin/bash: line 10: /run/current-system/bin/switch-to-configuration: No such file or directory
I run nix run nixpkgs#nixos-anywhere -- --flake .#install --generate-hardware-config nixos-generate-config ./systems/x86_64-linux/install/hardware-configuration.nix --target-host root@<ip>.
I get this output after a bunch of paths are copied from cache.nixos.org.
I run
nix run nixpkgs#nixos-anywhere -- --flake .#install --generate-hardware-config nixos-generate-config ./systems/x86_64-linux/install/hardware-configuration.nix --target-host root@<ip>
.My configuration looks like this:
My goal is to use impermanence for the device. For the initial setup, that shouldn't matter though. Any idea what the error message means?
The text was updated successfully, but these errors were encountered: