{ config, lib, pkgs, ... }: { services.munin-node = { enable = true; extraConfig = '' ignore_file ^apc_nis$ ''; }; }