remove systemd from initrd

This commit is contained in:
Adithya 2023-11-11 13:41:06 +05:30
parent 050998870d
commit 31a9d20ae8
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -1,11 +1,5 @@
{ lib
, pkgs
, ...
}: {
boot = {
initrd = {
systemd.enable = true;
};
};
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
}