netboot: add mprime

This commit is contained in:
Luke Granger-Brown 2021-01-30 17:56:46 +00:00
parent b6a1403c04
commit 5d1284a26c

View file

@ -15,6 +15,10 @@ in {
systemd.services.sshd.wantedBy = lib.mkOverride 0 [ "multi-user.target" ]; systemd.services.sshd.wantedBy = lib.mkOverride 0 [ "multi-user.target" ];
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
environment.systemPackages = with pkgs; [
mprime
];
system.build.netbootWrap = pkgs.symlinkJoin { system.build.netbootWrap = pkgs.symlinkJoin {
name = "netboot"; name = "netboot";
paths = with config.system.build; [ paths = with config.system.build; [