modules/stats: enable collectd plugin ipmi only on x86_64

This commit is contained in:
Astro 2024-04-13 04:29:08 +02:00
parent 4ee5bb830f
commit 8e2718f443
1 changed files with 2 additions and 1 deletions

View File

@ -46,8 +46,9 @@ in
sensors = "";
cpufreq = "";
irq = "";
ipmi = "";
thermal = "";
} // lib.optionalAttrs (isMetal && config.nixpkgs.system == "x86_64-linux") {
ipmi = "";
} // lib.optionalAttrs config.services.nginx.enable {
nginx = ''
URL "http://localhost:${toString nginxStatusPort}/nginx_status"