netboot: add mprime
This commit is contained in:
parent
b6a1403c04
commit
5d1284a26c
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ in {
|
|||
systemd.services.sshd.wantedBy = lib.mkOverride 0 [ "multi-user.target" ];
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
mprime
|
||||
];
|
||||
|
||||
system.build.netbootWrap = pkgs.symlinkJoin {
|
||||
name = "netboot";
|
||||
paths = with config.system.build; [
|
||||
|
|
Loading…
Reference in a new issue