diff --git a/hosts/WCE-Overseer/hardware-configuration.nix b/hosts/WCE-Overseer/hardware-configuration.nix index 7bb1bf3..dda90e4 100644 --- a/hosts/WCE-Overseer/hardware-configuration.nix +++ b/hosts/WCE-Overseer/hardware-configuration.nix @@ -24,11 +24,6 @@ }; }; - fileSystems."/boot" = { - device = "/dev/sda1"; - fsType = "vfat"; - options = ["fmask=0022" "dmask=0022"]; - }; fileSystems."/" = { device = "zroot"; fsType = "zfs";