summaryrefslogtreecommitdiffstats
path: root/1systems/omo.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-01-14 12:42:52 +0100
committermakefu <github@syntax-fehler.de>2016-01-14 12:42:52 +0100
commit526c1b689d8b99211e617f7c554216d21f41c0a3 (patch)
treef127026e1b476c65f027c713feabcd126c20a48b /1systems/omo.nix
parentd444dbbd03e1286e43f3a7e0ce8fa87077e894c1 (diff)
ma 1 omo: use sftp share
Diffstat (limited to '1systems/omo.nix')
-rw-r--r--1systems/omo.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/1systems/omo.nix b/1systems/omo.nix
index 3daa74cf2..2a657995c 100644
--- a/1systems/omo.nix
+++ b/1systems/omo.nix
@@ -27,9 +27,12 @@ in {
../2configs/exim-retiolum.nix
../2configs/smart-monitor.nix
../2configs/mail-client.nix
+ ../2configs/share-user-sftp.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;
@@ -103,4 +106,5 @@ in {
zramSwap.enable = true;
zramSwap.numDevices = 2;
+
}