From f4b436a6a5ae2dac54098da3ff4ba1d4771c8ff4 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sun, 19 Apr 2026 20:08:28 -0400 Subject: [PATCH] gpu --- system/machines/tv/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/machines/tv/hardware.nix b/system/machines/tv/hardware.nix index e42e88b..31b81f3 100644 --- a/system/machines/tv/hardware.nix +++ b/system/machines/tv/hardware.nix @@ -30,7 +30,7 @@ fileSystems."/boot/firmware" = { device = "/dev/disk/by-uuid/2178-694E"; fsType = "vfat"; - options = [ "nofail" "noauto" ]; + options = [ "nofail" ]; }; swapDevices = [ ];