summary refs log tree commit diff
path: root/nixos/modules/services/hardware/fwupd.nix
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-11-25 06:44:14 +0000
committerOrivej Desh <orivej@gmx.fr>2017-11-25 06:49:38 +0000
commit2f1a818d00f957f3102c0b412864c63b6e3e7447 (patch)
tree647d2a9af949c639197314d077d88a4550ef7045 /nixos/modules/services/hardware/fwupd.nix
parent474c1ce79953efdd168cccd78755d829e8962228 (diff)
downloadnixlib-2f1a818d00f957f3102c0b412864c63b6e3e7447.tar
nixlib-2f1a818d00f957f3102c0b412864c63b6e3e7447.tar.gz
nixlib-2f1a818d00f957f3102c0b412864c63b6e3e7447.tar.bz2
nixlib-2f1a818d00f957f3102c0b412864c63b6e3e7447.tar.lz
nixlib-2f1a818d00f957f3102c0b412864c63b6e3e7447.tar.xz
nixlib-2f1a818d00f957f3102c0b412864c63b6e3e7447.tar.zst
nixlib-2f1a818d00f957f3102c0b412864c63b6e3e7447.zip
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.
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 c28f5c0bbb53..14113fe01bb4 100644
--- a/nixos/modules/services/hardware/fwupd.nix
+++ b/nixos/modules/services/hardware/fwupd.nix
@@ -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.