diff options
author | makefu <github@syntax-fehler.de> | 2015-12-14 14:18:34 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-12-14 14:18:34 +0100 |
commit | 72238439c5c8010323030112b9b041f5d6fd27e3 (patch) | |
tree | 0872000e55e813e2e8c7fcc864439b936b4bb779 | |
parent | 27ca97b78f66d6fca96e303cc650cc68065e9a1c (diff) |
m 1 gum: add extra ports to gum retiolum
-rw-r--r-- | makefu/1systems/gum.nix | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/makefu/1systems/gum.nix b/makefu/1systems/gum.nix index 75607aa46..417a020fa 100644 --- a/makefu/1systems/gum.nix +++ b/makefu/1systems/gum.nix @@ -14,14 +14,20 @@ in { # ../2configs/iodined.nix ../2configs/git/cgit-retiolum.nix ../2configs/mattermost-docker.nix + ../2configs/nginx/euer.test.nix ]; + nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; }; ###### stable krebs.build.target = "root@gum.krebsco.de"; krebs.build.host = config.krebs.hosts.gum; - + krebs.retiolum.extraConfig = '' + ListenAddress = ${external-ip} 53 + ListenAddress = ${external-ip} 655 + ListenAddress = ${external-ip} 21031 + ''; # Chat environment.systemPackages = with pkgs;[ @@ -53,10 +59,18 @@ in { 80 443 # tinc 655 + # tinc-shack + 21032 + # tinc-retiolum + 21031 ]; allowedUDPPorts = [ # tinc 655 53 + # tinc-retiolum + 21031 + # tinc-shack + 21032 ]; }; interfaces.et0.ip4 = [{ |