diff --git a/net-image/net-image.nix b/net-image/net-image.nix index 7be6e59..72f068f 100644 --- a/net-image/net-image.nix +++ b/net-image/net-image.nix @@ -99,6 +99,17 @@ in }; config = { + fileSystems = { + "/boot/firmware" = { + device = "${config.netImage.nfsRoot}/boot/firmware"; + fsType = "nfs"; + }; + "/" = { + device = "${config.netImage.nfsRoot}"; + fsType = "nfs"; + }; + }; + netImage.storePaths = [ config.system.build.toplevel ]; system.build.netImage = pkgs.callPackage