mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fix: remove boot.initrd.systemd.strip
This commit is contained in:
parent
138ba047b7
commit
5b991350c7
1 changed files with 29 additions and 34 deletions
|
|
@ -5,11 +5,7 @@
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
|
||||||
boot = {
|
boot.kernelPackages = pkgs.linuxPackagesFor (
|
||||||
# For linuxManualConfig to work: https://github.com/NixOS/nixpkgs/issues/368249
|
|
||||||
initrd.systemd.strip = false;
|
|
||||||
|
|
||||||
kernelPackages = pkgs.linuxPackagesFor (
|
|
||||||
let
|
let
|
||||||
version = "6.14.5";
|
version = "6.14.5";
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
|
|
@ -40,5 +36,4 @@
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue