config/logging: don't enable on riscv64-linux (broken)

This commit is contained in:
Astro 2022-06-22 00:46:02 +02:00
parent 1ea91a0166
commit 5234740654
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ in {
'';
};
services.prometheus.exporters.node = {
services.prometheus.exporters.node = lib.mkIf (pkgs.system != "riscv64-linux") {
enable = true;
openFirewall = true;
};