mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 10:04:03 +05:30
Removing non-nix neovim config (will make nix neovim config later)
This commit is contained in:
parent
2d490d087d
commit
2764e2a86c
14 changed files with 4 additions and 450 deletions
|
@ -82,10 +82,10 @@
|
|||
};
|
||||
|
||||
boot.kernel.sysctl = {
|
||||
"vm.swappiness" = 90;
|
||||
"vm.vfs_cache_pressure" = 50;
|
||||
"vm.dirty_background_ratio" = 2;
|
||||
"vm.dirty_ratio" = 5;
|
||||
"vm.swappiness" = 180;
|
||||
"vm.vfs_cache_pressure" = 500;
|
||||
"vm.dirty_background_ratio" = 4;
|
||||
"vm.dirty_ratio" = 8;
|
||||
};
|
||||
|
||||
services.btrfs.autoScrub = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue