summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-10-28 21:31:07 +0100
committermakefu <github@syntax-fehler.de>2015-10-28 22:06:17 +0100
commite9a970af88beb6b492badeeda217f765892d0070 (patch)
tree238c015d47802c911aac819e5aea015b92305de8 /1systems
parent98cfdb0aa2ac29332a6dcc468c8ca8feea434fcc (diff)
m 1 wry: serve euer wiki
Diffstat (limited to '1systems')
-rw-r--r--1systems/wry.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/1systems/wry.nix b/1systems/wry.nix
index 1c6f35503..24ec16c64 100644
--- a/1systems/wry.nix
+++ b/1systems/wry.nix
@@ -20,6 +20,9 @@ in {
# Reaktor
../2configs/Reaktor/simpleExtend.nix
+
+ # other nginx
+ ../2configs/nginx/euer.wiki.nix
];
krebs.build = {
@@ -28,8 +31,6 @@ in {
host = config.krebs.hosts.wry;
};
-
-
krebs.Reaktor.enable = true;
# bepasty to listen only on the correct interfaces
@@ -59,6 +60,7 @@ in {
networking = {
firewall.allowPing = true;
firewall.allowedTCPPorts = [ 53 80 443 ];
+ firewall.allowedUDPPorts = [ 655 ];
interfaces.enp2s1.ip4 = [{
address = external-ip;
prefixLength = 24;