modules/rpi-netboot: don't boot with initrd systemd for now

This commit is contained in:
Astro 2024-01-22 02:01:36 +01:00
parent 5e00da4ccd
commit 84bbb94780
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@
"genet" "genet"
"usbhid" "usbhid"
]; ];
# TODO: pending https://github.com/NixOS/nixpkgs/pull/270611
systemd.enable = lib.mkForce false;
}; };
tmp.useTmpfs = true; tmp.useTmpfs = true;