From 399813927972c71da0dd7f4dc736bf817c391bc9 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 26 Aug 2025 20:20:35 -0500 Subject: [PATCH] Remove old mount from Zeke --- hosts/zeke/hardware-configuration.nix | 4 ---- 1 file changed, 4 deletions(-) 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 = [ ];