summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/hardware/fwupd.nix
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-01-04 16:35:47 -0600
committerJan Tojnar <jtojnar@gmail.com>2019-01-27 21:26:42 +0100
commit55fa570046bd26b0894e644b3f319ab060249162 (patch)
tree5b59ff249d7ac2d04e690e16537bfe28683b8151 /nixos/modules/services/hardware/fwupd.nix
parent461699607ebdce98a05b414bcec4861be8c37c27 (diff)
fwupd: blacklist test plugin by default
Don't add the testing "webcam" device, which is unexpected to see when querying what devices fwupd believes exist :). Won't change behavior for anyone defining the blacklistPlugin option already, but doesn't seem worth making more complicated.
Diffstat (limited to 'nixos/modules/services/hardware/fwupd.nix')
-rw-r--r--nixos/modules/services/hardware/fwupd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/fwupd.nix b/nixos/modules/services/hardware/fwupd.nix
index 7743f81fd622..206664e4326b 100644
--- a/nixos/modules/services/hardware/fwupd.nix
+++ b/nixos/modules/services/hardware/fwupd.nix
@@ -40,7 +40,7 @@ in {
blacklistPlugins = mkOption {
type = types.listOf types.string;
- default = [];
+ default = [ "test" ];
example = [ "udev" ];
description = ''
Allow blacklisting specific plugins