From 00f45973b8e1de1a1c3bff6a12395dc0eb4d5028 Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 29 Nov 2024 13:48:10 +0100 Subject: [PATCH] fix: disable fwpud --- config/support/physical.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ]; };