error 110

This commit is contained in:
Andrew Kidd 2025-01-04 01:01:05 +00:00
parent 89220def41
commit 1ca5d36f38

View file

@ -174,13 +174,13 @@ in
"/boot/firmware" = {
device = "${config.netImage.nfsRoot}/boot/firmware";
fsType = "nfs";
# options = config.netImage.nfsOptions;
options = config.netImage.nfsOptions;
neededForBoot = lib.mkForce true;
};
"/" = {
device = "${config.netImage.nfsRoot}";
fsType = "nfs";
# options = config.netImage.nfsOptions;
options = config.netImage.nfsOptions;
neededForBoot = lib.mkForce true;
};
};