stockholm/tv/2configs/retiolum.nix
2016-02-14 16:43:44 +01:00

18 lines
291 B
Nix

{ 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-new-tcp = singleton "tinc";
}