NixOS on ARM/Raspberry Pi 4: Difference between revisions

imported>R-burns
m raspberrypi-tools has been removed in favor of the (identical) libraspberrypi https://github.com/NixOS/nixpkgs/pull/107637
imported>Sohalt
The SD installer image no longer uses a separate partition for /boot
Line 53: Line 53:
   # Assuming this is installed on top of the disk image.
   # Assuming this is installed on top of the disk image.
   fileSystems = {
   fileSystems = {
    "/boot" = {
      device = "/dev/disk/by-label/NIXOS_BOOT";
      fsType = "vfat";
    };
     "/" = {
     "/" = {
       device = "/dev/disk/by-label/NIXOS_SD";
       device = "/dev/disk/by-label/NIXOS_SD";