Systemdification is real
This commit is contained in:
parent
8ac41e20cf
commit
24d6e7dd74
1 changed files with 27 additions and 3 deletions
|
@ -11,6 +11,33 @@
|
|||
generationsDir.copyKernels = true;
|
||||
};
|
||||
|
||||
boot.initrd = {
|
||||
systemd = {
|
||||
enable = true;
|
||||
dbus = {
|
||||
enable = true;
|
||||
};
|
||||
tpm2.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
boot.plymouth = {
|
||||
enable = true;
|
||||
theme = "tribar";
|
||||
};
|
||||
|
||||
systemd = {
|
||||
tpm2.enable = true;
|
||||
sysupdate.enable = true;
|
||||
oomd = {
|
||||
enable = true;
|
||||
enableRootSlice = true;
|
||||
enableSystemSlice = true;
|
||||
enableUserSlices = true;
|
||||
};
|
||||
enableStrictShellChecks = true;
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_cachyos-lto;
|
||||
|
||||
boot.kernelParams = [
|
||||
|
@ -26,7 +53,6 @@
|
|||
"debugfs=off"
|
||||
"oops=panic"
|
||||
"module.sig_enforce=1"
|
||||
"lockdown=confidentiality"
|
||||
"mce=0"
|
||||
"quiet"
|
||||
"splash"
|
||||
|
@ -170,8 +196,6 @@
|
|||
forcePageTableIsolation = true;
|
||||
};
|
||||
|
||||
systemd.tpm2.enable = true;
|
||||
|
||||
fonts = {
|
||||
enableGhostscriptFonts = true;
|
||||
enableDefaultPackages = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue