summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-10-19 21:51:20 +0200
committermakefu <github@syntax-fehler.de>2015-10-19 21:51:20 +0200
commit858034cc615469c6e4b7e48711f6fb026f16ffb4 (patch)
tree752561b92de80788e767936607d02bdcce1abab9 /makefu
parent754ea55ab89cdeffaac7b4b66ca792558fed9237 (diff)
m 1 wry: host is the new provider for tinc.krebsco.de
Diffstat (limited to 'makefu')
-rw-r--r--makefu/1systems/wry.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/makefu/1systems/wry.nix b/makefu/1systems/wry.nix
index d8c8d6fa..03b19d1c 100644
--- a/makefu/1systems/wry.nix
+++ b/makefu/1systems/wry.nix
@@ -34,15 +34,19 @@ in {
# prepare graphs
nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; };
+
krebs.nginx.enable = true;
+ krebs.retiolum-bootstrap.enable = true;
makefu.tinc_graphs.enable = true;
+
makefu.tinc_graphs.krebsNginx = {
enable = true;
# TODO: remove hard-coded hostname
hostnames_complete = [ "graphs.wry" ];
hostnames_anonymous = [ "graphs.krebsco.de" ];
};
- networking.firewall.allowedTCPPorts = [80];
+
+ networking.firewall.allowedTCPPorts = [ 80 443 ];
krebs.build = {
user = config.krebs.users.makefu;