From 88e6b6e22f5c1509123e62149bc3d676573b3a96 Mon Sep 17 00:00:00 2001 From: oddlama Date: Fri, 29 Nov 2024 14:05:01 +0100 Subject: [PATCH] chore: disable fwupd service --- config/hardware/physical.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/config/hardware/physical.nix b/config/hardware/physical.nix index bfc180e..3c423e3 100644 --- a/config/hardware/physical.nix +++ b/config/hardware/physical.nix @@ -12,7 +12,6 @@ }; services = lib.mkIf (!minimal) { - fwupd.enable = true; smartd.enable = true; thermald.enable = builtins.elem config.nixpkgs.hostPlatform.system [ "x86_64-linux" ]; };