Remove boot filesystem specification from hardware configuration
This commit is contained in:
parent
5dc6b54eb4
commit
2140a281eb
1 changed files with 0 additions and 4 deletions
|
@ -19,10 +19,6 @@
|
||||||
device = "/dev/disk/by-label/nixos";
|
device = "/dev/disk/by-label/nixos";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
"/boot/efi" = {
|
|
||||||
device = "/dev/disk/by-label/boot";
|
|
||||||
fsType = "fat32";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue