chore: disable fwupd service

This commit is contained in:
oddlama 2024-11-29 14:05:01 +01:00
parent 962f8f5967
commit 88e6b6e22f
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

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