diff --git a/hosts/zeke/hardware-configuration.nix b/hosts/zeke/hardware-configuration.nix index ad8d509..a2221ff 100644 --- a/hosts/zeke/hardware-configuration.nix +++ b/hosts/zeke/hardware-configuration.nix @@ -33,10 +33,6 @@ device = "/dev/nvme0n1p1"; fsType = "auto"; }; - "/windows11" = { - device = "/dev/nvme1n1p2"; - fsType = "ntfs-3g"; - }; }; swapDevices = [ ];