3
0
Fork 0
forked from mirrors/nixpkgs

nixos/fwupd: disable by default

It causes building during evaluation when enabled, and it is hardly useful
without GNOME or the awareness of the system operator.
This commit is contained in:
Orivej Desh 2017-11-25 06:44:14 +00:00
parent 474c1ce799
commit 2f1a818d00

View file

@ -26,7 +26,7 @@ in {
services.fwupd = {
enable = mkOption {
type = types.bool;
default = true;
default = false;
description = ''
Whether to enable fwupd, a DBus service that allows
applications to update firmware.