diff options
author | makefu <github@syntax-fehler.de> | 2015-10-04 18:55:53 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-10-04 19:46:34 +0200 |
commit | 1140a16ba6f6d8d61d6f30b43d340678de576c4b (patch) | |
tree | 9819304bc4dd1dc32e78c30553aa8e7cae8c042a /makefu/1systems/wry.nix | |
parent | fad02c8d246fad661b96799aba04a94f0e96fe49 (diff) |
configure graphs for wry
Diffstat (limited to 'makefu/1systems/wry.nix')
-rw-r--r-- | makefu/1systems/wry.nix | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/makefu/1systems/wry.nix b/makefu/1systems/wry.nix index b4cdab7cf..9368f1ae5 100644 --- a/makefu/1systems/wry.nix +++ b/makefu/1systems/wry.nix @@ -9,9 +9,8 @@ in { ../2configs/base.nix ../2configs/base-sources.nix ../2configs/tinc-basic-retiolum.nix - { - } ]; + networking.firewall.allowPing = true; networking.interfaces.enp2s1.ip4 = [ { @@ -29,6 +28,15 @@ in { # prepare graphs nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; }; + krebs.nginx.enable = true; + makefu.tinc_graphs.enable = true; + makefu.tinc_graphs.krebsNginx = { + enable = true; + hostnames_complete = [ "graphs.wry" "graphs.wry.retiolum" ]; + # TODO: remove hard-coded path + hostnames_anonymous = [ "graphs.krebsco.de" ]; + }; + networking.firewall.allowedTCPPorts = [80]; krebs.build = { user = config.krebs.users.makefu; |