{^_^} has quit [Remote host closed the connection]
{^_^} has joined #nixos-aarch64
zimbatm has joined #nixos-aarch64
exarkun22 has joined #nixos-aarch64
* gchristensen
waves to exarkun22
<exarkun22>
Hello. Thanks for the invite, gchristensen.
<exarkun22>
When I try to nixops deploy to my rpi 3 b+ running base the aarch64 nixos image, nixops complains: You must set the option ‘boot.loader.grub.devices’ or 'boot.loader.grub.mirroredBoots' to make the system bootable.
<exarkun22>
On a random, surely authoritative, stackexchange post I read that rpi doesn't use grub but some proprietary thing
<gchristensen>
I think it can be done with boot.loader.generic-extlinux-compatible.enable = true;
* exarkun22
goes to read about generic-extlinux-compatible
<gchristensen>
dezgeg's binary cache is not needed for aarch64
<exarkun22>
with that option set, nixops still complains the same way. I guess it doesn't know that that is a valid alternative (or it knows something I don't)