From 71f442aeea65f2c82e06c8fdfd9aab1abe644648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Wed, 24 Jan 2024 21:05:34 +0100 Subject: [PATCH] fix: remove unused v4l2loopback devices --- modules/graphical/sway/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/graphical/sway/default.nix b/modules/graphical/sway/default.nix index 8efa3cd..b4c9384 100644 --- a/modules/graphical/sway/default.nix +++ b/modules/graphical/sway/default.nix @@ -10,7 +10,7 @@ in { options.pub-solar.graphical = { v4l2loopback.enable = mkOption { type = types.bool; - default = true; + default = false; description = "WebCam streaming tool"; }; };