NixOS on ARM: Difference between revisions

imported>Samueldr
m Add Pinebook Pro row
imported>Samueldr
m Fixup instructions about /boot
Line 366: Line 366:
   # File systems configuration for using the installer's partition layout
   # File systems configuration for using the installer's partition layout
   fileSystems = {
   fileSystems = {
    # Prior to 19.09, the boot partition was hosted on the smaller first partition
    # Starting with 19.09, the /boot folder is on the main bigger partition.
    # The following is to be used only with older images.
    /*
     "/boot" = {
     "/boot" = {
       device = "/dev/disk/by-label/NIXOS_BOOT";
       device = "/dev/disk/by-label/NIXOS_BOOT";
       fsType = "vfat";
       fsType = "vfat";
     };
     };
    */
     "/" = {
     "/" = {
       device = "/dev/disk/by-label/NIXOS_SD";
       device = "/dev/disk/by-label/NIXOS_SD";