Remove systemd initrd hooks as they are troublesome with sysctl

This commit is contained in:
xmm16 2024-12-12 15:02:02 -03:00
commit f60ce1470b
No known key found for this signature in database

View file

@ -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 = [