disko should be taking care of /boot now
This commit is contained in:
parent
12b9771c04
commit
84d0a763e0
1 changed files with 5 additions and 5 deletions
|
@ -37,11 +37,11 @@
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" =
|
# fileSystems."/boot" =
|
||||||
{ device = "/dev/disk/by-uuid/E532-B74A";
|
# { device = "/dev/disk/by-uuid/E532-B74A";
|
||||||
fsType = "vfat";
|
# fsType = "vfat";
|
||||||
options = [ "fmask=0022" "dmask=0022" ];
|
# options = [ "fmask=0022" "dmask=0022" ];
|
||||||
};
|
# };
|
||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue