{ config, lib, pkgs, ... }: { fileSystems = { "/boot" = { device = "/dev/disk/by-uuid/7C4E-4618"; fsType = "vfat"; options = [ "X-mount.mkdir" ]; }; "/boot2" = { device = "/dev/disk/by-uuid/7B70-901B"; fsType = "vfat"; options = [ "X-mount.mkdir" ]; }; "/boot3" = { device = "/dev/disk/by-uuid/7A8E-8568"; fsType = "vfat"; options = [ "X-mount.mkdir" ]; }; "/boot4" = { device = "/dev/disk/by-uuid/7A04-6958"; fsType = "vfat"; options = [ "X-mount.mkdir" ]; }; "/mnt/media" = { device = "rpool/data/pvc-40ed5624-5c08-4968-87bb-10c1882ce510"; fsType = "zfs"; options = [ "zfsutil" ]; }; }; }