diff --git a/net-image/net-image.nix b/net-image/net-image.nix index 4909556..959587e 100644 --- a/net-image/net-image.nix +++ b/net-image/net-image.nix @@ -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; }; };