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" ]; };