This commit is contained in:
maya 2025-07-31 19:25:28 +08:00
parent 2748681622
commit 5ceb209b34
No known key found for this signature in database
5 changed files with 11 additions and 4 deletions

View file

@ -15,12 +15,15 @@
enable = true;
tempBat = 80;
tempAc = 95;
coreOffset = -73;
coreOffset = -72;
gpuOffset = -95;
};
boot.kernelModules = [ "kvm-intel" "sierra_net" ];
boot.extraModulePackages = [ ];
boot.kernelModules = [ "kvm-intel" "sierra_net" "v4l2-loopback" ];
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
boot.extraModprobeConfig = ''
options v4l2loopback devices=1 video_nr=1 card_label="OBS Cam"
'';
fileSystems."/" =
{ device = "/dev/disk/by-uuid/1395f53e-3fcd-46fc-848e-d14cf332cb73";