diff --git a/flake.nix b/flake.nix index 93e6f93..bb688bb 100644 --- a/flake.nix +++ b/flake.nix @@ -39,6 +39,17 @@ netbootSystem = nixpkgs.lib.nixosSystem { in { packages.default = iso; - packages.netboot = netbootSystem.config.system.build.netboot; +# packages.netboot = netbootSystem.config.system.build.netboot; + +#packages.netboot-debug = +# pkgs.writeText "attrs.json" +# (builtins.toJSON +# (builtins.attrNames netbootSystem.config.system.build)); + +packages.netboot-ipxe = netbootSystem.config.system.build.netbootIpxeScript; +packages.netboot-initrd = netbootSystem.config.system.build.netbootRamdisk; +packages.netboot-kernel = netbootSystem.config.system.build.kernel; + + }); } diff --git a/result b/result index 746bf99..070c912 120000 --- a/result +++ b/result @@ -1 +1 @@ -/nix/store/qrx1ipw9azj3as3y93l9g5sjxpk20jaz-nixos-minimal-25.05.20250112.2f9e2f8-x86_64-linux.iso \ No newline at end of file +/nix/store/qmx51zixzk6rfxmbk30qb97rq5zafhlh-netboot.ipxe \ No newline at end of file