summaryrefslogtreecommitdiffstats
path: root/tv/2configs/retiolum.nix
blob: ec3508d905e767686a51fc1255cd16852279cc90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ config, lib, ... }:

with config.krebs.lib;

{
  krebs.retiolum = {
    enable = true;
    connectTo = filter (ne config.krebs.build.host.name) [
      "gum"
      "prism"
      "echelon"
      "cd"
      "ire"
    ];
  };
  tv.iptables.input-internet-accept-tcp = singleton "tinc";
}