From 33d33e745b72cf7c7fe3bd011b20c53b89a16777 Mon Sep 17 00:00:00 2001 From: "Else, Someone" Date: Thu, 9 Oct 2025 04:11:37 +0300 Subject: [PATCH] ch-runner: make initrd systemd optional --- profiles/ch-runner.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/ch-runner.nix b/profiles/ch-runner.nix index 9268644..de0dab9 100644 --- a/profiles/ch-runner.nix +++ b/profiles/ch-runner.nix @@ -85,7 +85,7 @@ in # "9p" "virtiofs" ]; - boot.initrd.systemd.enable = true; + boot.initrd.systemd.enable = lib.mkDefault true; fileSystems = { "/nix/store" = { fsType = "overlay";