viola: upstream

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-03-25 18:48:47 +03:00
parent bcb7f2dcb0
commit 793b14918a
34 changed files with 1320 additions and 326 deletions

View file

@ -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;
};
}