This commit is contained in:
Bryan Ramos 2026-04-19 20:08:28 -04:00
parent 1d0fa0daa5
commit f4b436a6a5

View file

@ -30,7 +30,7 @@
fileSystems."/boot/firmware" = { fileSystems."/boot/firmware" = {
device = "/dev/disk/by-uuid/2178-694E"; device = "/dev/disk/by-uuid/2178-694E";
fsType = "vfat"; fsType = "vfat";
options = [ "nofail" "noauto" ]; options = [ "nofail" ];
}; };
swapDevices = [ ]; swapDevices = [ ];