mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-16 19:22:00 -05:00
update:flake
style:waybar Version 401 -> 402: OVMF: 202508.01 → 202511 dbeaver-bin: 25.2.5 → 25.3.0, -295.6 KiB initrd-linux: 6.17.9 → 6.18.0 linux: 6.17.9 → 6.18.0, -6579.1 KiB lowdown: 2.0.2 → 2.0.4, +13.1 KiB nixos-init: 0.1.0 → ∅, -454.1 KiB nixos-system-dos: 26.05.20251130.2d293cb → 26.05.20251202.418468a ruff: 0.14.6 → 0.14.7, +371.3 KiB source: +202.2 KiB unit-initrd-find-nixos-closure.service: ε → ∅ unit-script-initrd-find-nixos-closure: ε → ∅ unit-script-initrd-nixos-activation: ε → ∅ v4l2loopback: 0.15.1-6.17.9 → ∅, -313.6 KiB vimplugin-luajit2.1-fzf-lua: 0.0.2311-1-unstable-0.0.2311-1 → 0.0.2314-1-unstable-0.0.2314-1 x86_energy_perf_policy: 6.12.59 → 6.12.60
This commit is contained in:
@@ -30,9 +30,9 @@ in
|
||||
"wdat_wdt"
|
||||
];
|
||||
consoleLogLevel = 2; # Only errors and warnings are displayed
|
||||
extraModulePackages = [
|
||||
config.boot.kernelPackages.v4l2loopback # v4l2loopback is for OBS Virtual Cam Support
|
||||
];
|
||||
# extraModulePackages = [
|
||||
# config.boot.kernelPackages.v4l2loopback # v4l2loopback is for OBS Virtual Cam Support
|
||||
# ];
|
||||
initrd = {
|
||||
compressor = "zstd";
|
||||
compressorArgs = ["-T0" "-19" "--long"];
|
||||
@@ -43,7 +43,7 @@ in
|
||||
"kernel.core_pattern" = "|/bin/false"; # Disable automatic core dumps
|
||||
"vm.max_map_count" = 2147483642; # Needed For Some Steam Games
|
||||
};
|
||||
kernelModules = ["v4l2loopback"]; # v4l2loopback is for OBS Virtual Cam Support
|
||||
# kernelModules = ["v4l2loopback"]; # v4l2loopback is for OBS Virtual Cam Support
|
||||
kernelPackages = pkgs.${KernelPackages};
|
||||
kernelParams = ["audit=0" "console=tty1" "erst_disable" "nmi_watchdog=0" "noatime" "nowatchdog"];
|
||||
loader = {
|
||||
|
||||
Reference in New Issue
Block a user