diff --git a/hosts/quitte/hardware-configuration.nix b/hosts/quitte/hardware-configuration.nix index d8afd10..c5b5add 100644 --- a/hosts/quitte/hardware-configuration.nix +++ b/hosts/quitte/hardware-configuration.nix @@ -44,11 +44,13 @@ { device = "/dev/disk/by-uuid/3278-8D00"; fsType = "vfat"; + options = [ "nofail" ]; }; fileSystems."/boot2" = { device = "/dev/disk/by-uuid/3366-F71E"; fsType = "vfat"; + options = [ "nofail" ]; }; swapDevices = [ ];