fix: disable fwpud

This commit is contained in:
Patrick 2024-11-29 13:48:10 +01:00
parent 7c2630f80a
commit 00f45973b8
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F

View file

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