DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: b4b10c57262b557f623247447f10d5366d136765 nix-arta/systems/profiles/lxc/roles.nix -rw-r--r-- 291 bytes
b4b10c57Jonni Liljamo feat: rest of lxc common, working dns configuration 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;
  };
}