summaryrefslogtreecommitdiffstats
path: root/makefu/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
commit1e845f7b765c4039f7541fb3542ba2bf76bb323c (patch)
treeca85b6f5550bf5677a3011a91a14acc4ae7b921d /makefu/1systems/omo.nix
parente0b71680b0da8a12d2fcc54cff25a71d5a408075 (diff)
ma 1 omo: use sftp share
Diffstat (limited to 'makefu/1systems/omo.nix')
-rw-r--r--makefu/1systems/omo.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefu/1systems/omo.nix b/makefu/1systems/omo.nix
index 3daa74cf2..2a657995c 100644
--- a/makefu/1systems/omo.nix
+++ b/makefu/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;
+
}