summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-12-31 10:17:53 +0100
committermakefu <github@syntax-fehler.de>2018-12-31 10:17:53 +0100
commitfa117593ada626b12f81b98c478fdb21ab36bc89 (patch)
treed77a41d1027d57b142cf8486117b52cb6cf0fac2 /makefu
parent05916b9a2273554ffe74b8d02d737de987841bd1 (diff)
ma deployment/owncloud: open firewall ports
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/deployment/owncloud.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/deployment/owncloud.nix b/makefu/2configs/deployment/owncloud.nix
index cfde0aba..d7c08266 100644
--- a/makefu/2configs/deployment/owncloud.nix
+++ b/makefu/2configs/deployment/owncloud.nix
@@ -169,6 +169,7 @@ in {
( serveCloud [ "o.euer.krebsco.de" ] )
];
+ networking.firewall.allowedTCPPorts = [ 80 443 ];
services.redis.enable = true;
services.mysql = {
enable = false;