diff --git a/nixos/hardware-configuration.nix b/nixos/hardware-configuration.nix index 83abaae..a33fdaa 100644 --- a/nixos/hardware-configuration.nix +++ b/nixos/hardware-configuration.nix @@ -30,6 +30,8 @@ "net.ipv4.tcp_congestion_control" = "bbr"; }; + boot.blacklistedKernelModules = [ "uvcvideo" ]; + fileSystems."/boot" = { device = "/dev/disk/by-uuid/87DA-B083"; fsType = "vfat";