stockholm/tv/2configs/retiolum.nix
2016-02-01 17:44:19 +01:00

18 lines
278 B
Nix

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