Skip to content

Commit

Permalink
nixos/fwupd: disable by default
Browse files Browse the repository at this point in the history
It causes building during evaluation when enabled, and it is hardly useful
without GNOME or the awareness of the system operator.
  • Loading branch information
orivej committed Nov 25, 2017
1 parent 474c1ce commit 2f1a818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/hardware/fwupd.nix
Expand Up @@ -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.
Expand Down

0 comments on commit 2f1a818

Please sign in to comment.