stockholm/tv/2configs/retiolum.nix

18 lines
291 B
Nix
Raw Normal View History

2016-02-01 17:32:04 +01:00
{ config, lib, ... }:
2016-02-14 16:43:44 +01:00
with config.krebs.lib;
2016-02-01 17:32:04 +01:00
{
krebs.retiolum = {
enable = true;
connectTo = filter (ne config.krebs.build.host.name) [
"gum"
"prism"
"echelon"
"cd"
"ire"
];
};
2016-02-01 17:44:19 +01:00
tv.iptables.input-internet-accept-new-tcp = singleton "tinc";
2016-02-01 17:32:04 +01:00
}