Remove small boot partition

This commit is contained in:
coolneng 2019-10-14 22:04:11 +02:00
parent 5220ab4239
commit b607c25f55
1 changed files with 0 additions and 4 deletions

View File

@ -22,10 +22,6 @@
# File systems configuration for using the installer's partition layout
fileSystems = {
"/boot" = {
device = "/dev/disk/by-label/NIXOS_BOOT";
fsType = "vfat";
};
"/" = {
device = "/dev/disk/by-label/NIXOS_SD";
fsType = "ext4";