May not be reliable yet; disko-install
failed silently on first attempt:
Wait, 137 is OOM
3 messages were moved here from #nixos > NixOS tutorial series by Srid.
PEBKAC (I didn't use sudo
)
Docs are here, btw: https://github.com/nix-community/disko/blob/master/docs/disko-install.md
Got the install to work, but this warning:
Just using:
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
/* grub = {
efiSupport = true;
efiInstallAsRemovable = true;
}; */
};
https://github.com/NixOS/nixpkgs/issues/279362
Success!
(At least on Parallels VM)
https://github.com/nixos-asia/website/pull/33
The warning is due to systemd
boot, is it? what’s the problem with grub?
IIRC, with grub it wasn't even booting (Parallels VM; goes to BIOS straight), but I haven't really debugged that any further.
Last updated: Nov 15 2024 at 12:33 UTC