{ config, lib, pkgs, ... }: { fileSystems = { "/boot" = { device = "/dev/disk/by-uuid/4BF2-2DF8"; fsType = "vfat"; options = [ "X-mount.mkdir" ]; }; "/boot2" = { device = "/dev/disk/by-uuid/4C84-B5F5"; fsType = "vfat"; options = [ "X-mount.mkdir" ]; }; }; }