Now completely handled in disks.nix.
YHXHEU4S2MYOZNC7VBBTZ4U2G33VOUA6RE75YNRKOVN5WWNWDFZAC
CJ6YEPDZUZKKC45KY5CRWZ7ZQKP46STSPOPHRAWFR3NAUNWLBTSQC
]; fileSystems."/" = { device = "/dev/disk/by-label/nixos"; fsType = "ext4"; }; fileSystems."/boot" = { device = "/dev/disk/by-label/BOOT"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; }; swapDevices = [ { device = "/dev/disk/by-label/SWAP"; }
];
fileSystems."/" = {
device = "/dev/disk/by-label/nixos";
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-label/BOOT";
fsType = "vfat";
options = [
"fmask=0077"
"dmask=0077"
swapDevices = [
{
device = "/dev/disk/by-label/SWAP";
}