mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
sysd initrd for cachy
This commit is contained in:
parent
814ab9827d
commit
e67cd79f30
1 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,10 @@
|
|||
# Use CachyOS Kernel
|
||||
boot.kernelPackages = pkgs.cachyosKernels.linuxPackages-cachyos-latest;
|
||||
|
||||
# Fix for custom kernel module shrinking errors
|
||||
boot.initrd.systemd.enable = true;
|
||||
boot.initrd.includeDefaultModules = false;
|
||||
|
||||
# Network Optimizations (BBR + CAKE)
|
||||
boot.kernel.sysctl = {
|
||||
# Use CAKE traffic shaper to prevent lag (bufferbloat) on WiFi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue