Unmount small boot partition
This commit is contained in:
parent
e24cb663eb
commit
9c0f51c968
|
@ -16,11 +16,6 @@
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" = {
|
|
||||||
device = "/dev/disk/by-uuid/2178-694E";
|
|
||||||
fsType = "vfat";
|
|
||||||
};
|
|
||||||
|
|
||||||
fileSystems."/vault" = {
|
fileSystems."/vault" = {
|
||||||
device = "vault";
|
device = "vault";
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
|
|
Loading…
Reference in New Issue