Remove small boot partition
This commit is contained in:
parent
5220ab4239
commit
b607c25f55
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue