We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b1fe8e + 395ad96 commit f86bcb9Copy full SHA for f86bcb9
modules/default/boot.nix
@@ -19,7 +19,7 @@ in
19
boot.loader.grub.splashImage = ../../assets/wallpaper/dark.jpg;
20
boot.loader.grub.default = "saved";
21
boot = {
22
- #kernelPackages = pkgs.linuxPackages_6_15;
+ #kernelPackages = pkgs.linuxPackages_zen;
23
tmp.cleanOnBoot = true;
24
supportedFilesystems.zfs = lib.mkForce false; # Force disable ZFS
25
kernelParams =
@@ -30,10 +30,9 @@ in
30
themePackages = [ plymouth-glfos ];
31
};
32
kernel.sysctl = {
33
- vm_swappiness = 100;
+ vm_swappiness = 10;
34
vm_vfs_cache_pressure = 50;
35
vm_dirty_bytes = 268435456;
36
- "vm.page-cluster" = 0;
37
"vm.max_map_count" = 16777216;
38
vm_dirty_background_bytes = 67108864;
39
vm_dirty_writeback_centisecs = 1500;
0 commit comments