diff options
author | makefu <github@syntax-fehler.de> | 2016-10-19 12:31:13 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-10-19 12:31:13 +0200 |
commit | ccd89b19f3fbbb6acb94be8f9f54d4e673ee33dc (patch) | |
tree | 757dc187fba54e4d2927333cf3310d2b0b6d7b62 /makefu/1systems/x.nix | |
parent | cd506f30fac481e95637fa8dfa62cb4cdc27e3e4 (diff) |
m *: minor changes
Diffstat (limited to 'makefu/1systems/x.nix')
-rw-r--r-- | makefu/1systems/x.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/makefu/1systems/x.nix b/makefu/1systems/x.nix index 0243856ab..00eca87c4 100644 --- a/makefu/1systems/x.nix +++ b/makefu/1systems/x.nix @@ -63,11 +63,10 @@ # configure pulseAudio to provide a HDMI sink as well networking.firewall.enable = true; - networking.firewall.allowedTCPPorts = [ 80 24800 26061 8000 ]; + networking.firewall.allowedTCPPorts = [ 80 24800 26061 8000 3000 ]; networking.firewall.allowedUDPPorts = [ 665 26061 ]; krebs.build.host = config.krebs.hosts.x; - krebs.hosts.omo.nets.retiolum.via.ip4.addr = "192.168.1.11"; krebs.tinc.retiolum.connectTo = [ "omo" "gum" "prism" ]; |