summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/omo.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-01-16 01:30:37 +0100
committermakefu <github@syntax-fehler.de>2016-01-16 01:30:48 +0100
commit2ef651f78d0b8e2bf19f9bdbbfa982a0a5991c22 (patch)
tree0014e39854da4386ffc0c49c5f8a2adcf8ffd551 /makefu/1systems/omo.nix
parent7a0480e5fe2b0b0762e56caa1878f7ada8cb76e1 (diff)
ma 2 default: useroaming no, omo: provide share
Diffstat (limited to 'makefu/1systems/omo.nix')
-rw-r--r--makefu/1systems/omo.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/1systems/omo.nix b/makefu/1systems/omo.nix
index 2a657995..e11665fb 100644
--- a/makefu/1systems/omo.nix
+++ b/makefu/1systems/omo.nix
@@ -28,11 +28,11 @@ in {
../2configs/smart-monitor.nix
../2configs/mail-client.nix
../2configs/share-user-sftp.nix
+ ../2configs/nginx/omo-share.nix
../3modules
];
# services.openssh.allowSFTP = false;
krebs.build.host = config.krebs.hosts.omo;
-
# copy config from <secrets/sabnzbd.ini> to /var/lib/sabnzbd/
services.sabnzbd.enable = true;
@@ -98,7 +98,7 @@ in {
networking.firewall.allowedUDPPorts = [ 655 ];
# 8080: sabnzbd
- networking.firewall.allowedTCPPorts = [ 655 8080 ];
+ networking.firewall.allowedTCPPorts = [ 80 655 8080 ];
hardware.enableAllFirmware = true;
hardware.cpu.amd.updateMicrocode = true;