Remove systemd initrd hooks as they are troublesome with sysctl
This commit is contained in:
parent
dd2b551bde
commit
f60ce1470b
1 changed files with 0 additions and 6 deletions
|
@ -7,12 +7,6 @@
|
|||
./config/sysctl.d/hardening.nix
|
||||
];
|
||||
|
||||
boot.initrd.systemd = {
|
||||
enable = true;
|
||||
tpm2 = {enable = true;};
|
||||
dbus = {enable = true;};
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
boot.kernelParams = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue