From fd58681a072216250d5fab693ca0672edddbe937 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 25 Dec 2025 04:19:35 -0500 Subject: [PATCH] initrd: migrate to systemd-initrd --- system/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/common.nix b/system/common.nix index c5727d2..5a9db90 100644 --- a/system/common.nix +++ b/system/common.nix @@ -110,6 +110,7 @@ }; initrd = { + systemd.enable = true; compressor = "zstd"; availableKernelModules = [ "xhci_pci"