From f60ce1470b068a0982bfe5424d0ed7b914fd9473 Mon Sep 17 00:00:00 2001 From: xmm16 Date: Thu, 12 Dec 2024 15:02:02 -0300 Subject: [PATCH] Remove systemd initrd hooks as they are troublesome with sysctl --- hosts/micronix/system.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/micronix/system.nix b/hosts/micronix/system.nix index ff53a03..bbeef4a 100644 --- a/hosts/micronix/system.nix +++ b/hosts/micronix/system.nix @@ -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 = [