<samrose>
in the case of bpi m64 I just dd'd from SD card to emmc disk on machine. But I am getting the feeling that I probably need to follow similar pattern to normal nixos install on X_86 here?
<samrose>
actually that wiki page I llinked above seems to indicate that you copy the image, and refactor configuration.nix, and then "nixos-rebuild switch"
<thefloweringash>
You can dump the images and go, or you can use nixos-install.
<thefloweringash>
I nixos-install my devices, normally so I can setup booting to usb3 or f2fs on luks, etc.
<samrose>
thefloweringash: if I am running a nixos-rebuild switch and get error "
<samrose>
- The ��‘fileSystems��’ option does not specify your root file system.
<samrose>
(use '--show-trace' to show detailed location information)
<samrose>
does that appear familiar to you?
<samrose>
my first guess is that I am missing something from my configuration.nix
<samrose>
I guess I need to tell it where /boot and "/" are