summaryrefslogtreecommitdiffstats
path: root/1systems/wry.nix
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
commit1b7f9b9c0762802e3d8d6695920d9b977686c5ad (patch)
treec6a8f3b4bd0a6bd4eb1b2d9eb1eea57d79beef03 /1systems/wry.nix
parent7a1dfc7697051456c3e845798cb15a76ed88338f (diff)
m 1 wry: host is the new provider for tinc.krebsco.de
Diffstat (limited to '1systems/wry.nix')
-rw-r--r--1systems/wry.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/1systems/wry.nix b/1systems/wry.nix
index d8c8d6fa1..03b19d1c7 100644
--- a/1systems/wry.nix
+++ b/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;