diff options
author | lassulus <lass@aidsballs.de> | 2016-10-19 12:37:05 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-10-19 12:37:05 +0200 |
commit | 7aa9fb7eff3a4356097b46bf531969027a0935a0 (patch) | |
tree | faa02f6d1f5cefc5fdf55cdffe5c4bddea4be616 /makefu/1systems/x.nix | |
parent | cbd83bb95fb3b4443523cc277b662ce4dd9d5925 (diff) | |
parent | 7ebecdc99cd9a1ad9ec7c047348e6ea6faf566c5 (diff) |
Merge remote-tracking branch 'gum/master'
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" ]; |