diff --git a/configuration.nix b/configuration.nix index 90757d1..0e706ea 100644 --- a/configuration.nix +++ b/configuration.nix @@ -22,10 +22,6 @@ # File systems configuration for using the installer's partition layout fileSystems = { - "/boot" = { - device = "/dev/disk/by-label/NIXOS_BOOT"; - fsType = "vfat"; - }; "/" = { device = "/dev/disk/by-label/NIXOS_SD"; fsType = "ext4";