things
This commit is contained in:
@@ -126,14 +126,14 @@
|
||||
boot.binfmt.emulatedSystems = [
|
||||
"aarch64-linux"
|
||||
];
|
||||
services.scx = {
|
||||
enable = true;
|
||||
package = pkgs.scx.rustscheds;
|
||||
};
|
||||
systemd.services.scx.environment = {
|
||||
SCX_SCHEDULER_OVERRIDE = "scx_lavd";
|
||||
SCX_FLAGS_OVERRIDE = "--performance --no-core-compaction";
|
||||
};
|
||||
# services.scx = {
|
||||
# enable = true;
|
||||
# package = pkgs.scx.rustscheds;
|
||||
# };
|
||||
# systemd.services.scx.environment = {
|
||||
# SCX_SCHEDULER_OVERRIDE = "scx_lavd";
|
||||
# SCX_FLAGS_OVERRIDE = "--performance --no-core-compaction";
|
||||
# };
|
||||
systemd.oomd = {
|
||||
enable = true;
|
||||
enableUserSlices = true;
|
||||
|
||||
Reference in New Issue
Block a user