From d37ce87c888cfa788f5e101029fd6463fb9d0e29 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Thu, 6 Mar 2025 12:05:24 -0500 Subject: [PATCH] test --- hosts/WCE-Overseer/hardware-configuration.nix | 5 ----- 1 file changed, 5 deletions(-) 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";