Add boot partition to hardware configuration

inky
Elnu 2 years ago committed by GitHub
parent ba8467e030
commit ff3d5a0832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,6 +19,10 @@
device = "/dev/disk/by-label/nixos"; device = "/dev/disk/by-label/nixos";
fsType = "ext4"; fsType = "ext4";
}; };
"/boot" = {
device = "/dev/disk/by-label/boot";
fsType = "vfat";
};
}; };
swapDevices = [ ]; swapDevices = [ ];

Loading…
Cancel
Save