viola: upstream
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
bcb7f2dcb0
commit
793b14918a
34 changed files with 1320 additions and 326 deletions
|
|
@ -9,9 +9,14 @@
|
|||
"vm.dirty_writeback_centisecs" = 100;
|
||||
"vm.vfs_cache_pressure" = 50;
|
||||
"vm.max_map_count" = 1048576;
|
||||
|
||||
"net.ipv6.conf.all.disable_ipv6" = 1;
|
||||
"net.ipv6.conf.default.disable_ipv6" = 1;
|
||||
"net.ipv6.conf.lo.disable_ipv6" = 1;
|
||||
};
|
||||
};
|
||||
|
||||
# kernelPackages = self.inputs.nix-cachyos-kernel.legacyPackages.x86_64-linux.linuxPackages-cachyos-server-lto;
|
||||
extraModulePackages = with config.boot.kernelPackages; [
|
||||
rtl8821ce
|
||||
yt6801
|
||||
|
|
@ -34,6 +39,8 @@
|
|||
|
||||
"kernel.watchdog=0"
|
||||
"oops=panic"
|
||||
|
||||
"ipv6.disable=1"
|
||||
];
|
||||
|
||||
blacklistedKernelModules = [
|
||||
|
|
@ -71,6 +78,6 @@
|
|||
btrfs = true;
|
||||
};
|
||||
|
||||
consoleLogLevel = 0;
|
||||
consoleLogLevel = 7;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue