Disable USB webcam

This commit is contained in:
Pim Kunis 2024-05-11 09:53:50 +02:00
parent dbe5349bae
commit 3d4ac7c7e1

View file

@ -30,6 +30,8 @@
"net.ipv4.tcp_congestion_control" = "bbr";
};
boot.blacklistedKernelModules = [ "uvcvideo" ];
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/87DA-B083";
fsType = "vfat";