DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: f93b6c72638e8f1c7f3b4dd9ad97bd47fda6ef0a nix-arta/systems/profiles/lxc/roles.nix -rw-r--r-- 291 bytes
f93b6c72Jonni Liljamo docs: add LXC docs 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  roles.prometheus.exporters = {
    openFirewall = true;
    node = {
      enable = true;
      extraFlags = [
        "--collector.disable-defaults"
        "--collector.filesystem"
        "--collector.stat"
        "--collector.time"
      ];
    };
    systemd.enable = true;
  };
}