From 34a96cb2218f7cff7a971cf4f650ae225ce9976c Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 9 Sep 2024 22:00:07 +0530 Subject: common: enable systemd in initrd --- os/cez/hardware-configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'os/cez') diff --git a/os/cez/hardware-configuration.nix b/os/cez/hardware-configuration.nix index 90a73b9..a0efab6 100644 --- a/os/cez/hardware-configuration.nix +++ b/os/cez/hardware-configuration.nix @@ -21,11 +21,8 @@ blacklistedKernelModules = [ "k10temp" ]; extraModulePackages = with config.boot.kernelPackages; [ zenpower ]; - initrd = { - systemd.enable = true; - luks.devices."crypt".device = + initrd.luks.devices."crypt".device = "/dev/disk/by-uuid/84acd784-caad-41a1-a2e4-39468d01fefd"; - }; }; fileSystems = { -- cgit v1.2.3