fix: remove boot.initrd.systemd.strip

This commit is contained in:
Gerg-L 2025-05-17 10:54:12 -04:00
parent 138ba047b7
commit 5b991350c7
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -5,11 +5,7 @@
}:
{
boot = {
# For linuxManualConfig to work: https://github.com/NixOS/nixpkgs/issues/368249
initrd.systemd.strip = false;
kernelPackages = pkgs.linuxPackagesFor (
boot.kernelPackages = pkgs.linuxPackagesFor (
let
version = "6.14.5";
src = pkgs.fetchurl {
@ -40,5 +36,4 @@
};
})
);
};
}