diff --git a/config/support/physical.nix b/config/support/physical.nix index fa34390..48f65d1 100644 --- a/config/support/physical.nix +++ b/config/support/physical.nix @@ -12,7 +12,8 @@ }; services = { - fwupd.enable = !minimal; + # Enable if you're feeling very fwupd that day + #fwupd.enable = !minimal; smartd.enable = !minimal; thermald.enable = builtins.elem config.nixpkgs.hostPlatform.system [ "x86_64-linux" ]; };