diff options
author | makefu <github@syntax-fehler.de> | 2016-08-02 11:50:53 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-08-02 11:50:53 +0200 |
commit | 9ef2790f099115a4759ae7ae45945a4d85ad097d (patch) | |
tree | 40e1c0904362976c5db51ffec18d67fd65b403ed /makefu/2configs | |
parent | 278e34c393988b3e039c7e47bbb73eb8adb978f8 (diff) |
m 2 tinc/siem: add krebs dns provider
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/tinc/siem.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/tinc/siem.nix b/makefu/2configs/tinc/siem.nix index fae72590f..8f17f1a0a 100644 --- a/makefu/2configs/tinc/siem.nix +++ b/makefu/2configs/tinc/siem.nix @@ -2,7 +2,7 @@ { # TODO do not know why we need to force it, port is only set via default to 655 krebs.build.host.nets.siem.tinc.port = lib.mkForce 1655; - + krebs.dns.providers.siem = "hosts"; networking.firewall.allowedUDPPorts = [ 1665 ]; networking.firewall.allowedTCPPorts = [ 1655 ]; krebs.tinc.siem = { |