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 = [ ];