remove systemd from initrd
This commit is contained in:
parent
050998870d
commit
31a9d20ae8
1 changed files with 0 additions and 6 deletions
|
@ -1,11 +1,5 @@
|
||||||
{ lib
|
{ lib
|
||||||
, pkgs
|
|
||||||
, ...
|
, ...
|
||||||
}: {
|
}: {
|
||||||
boot = {
|
|
||||||
initrd = {
|
|
||||||
systemd.enable = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue