From 84bbb94780ede4b92236a3c85cda23acaba57c19 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 22 Jan 2024 02:01:36 +0100 Subject: [PATCH] modules/rpi-netboot: don't boot with initrd systemd for now --- modules/rpi-netboot.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/rpi-netboot.nix b/modules/rpi-netboot.nix index 53bd66e1..6f6481ce 100644 --- a/modules/rpi-netboot.nix +++ b/modules/rpi-netboot.nix @@ -34,6 +34,8 @@ "genet" "usbhid" ]; + # TODO: pending https://github.com/NixOS/nixpkgs/pull/270611 + systemd.enable = lib.mkForce false; }; tmp.useTmpfs = true;