From 8597ea5853bdeddadcc6d2bee2fbe24e8a50e860 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 20 Jan 2025 09:19:55 -0500 Subject: [PATCH] we dont particularly neeed to mount /boot --- hosts/WCE-Overseer/hardware-configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/WCE-Overseer/hardware-configuration.nix b/hosts/WCE-Overseer/hardware-configuration.nix index b348021..5f9eed1 100644 --- a/hosts/WCE-Overseer/hardware-configuration.nix +++ b/hosts/WCE-Overseer/hardware-configuration.nix @@ -23,12 +23,6 @@ fsType = "zfs"; }; - fileSystems."/boot" = { - device = "/dev/disk/by-label/boot"; - fsType = "vfat"; - options = ["fmask=0022" "dmask=0022"]; - }; - # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's # still possible to use this option, but it's recommended to use it in conjunction