summaryrefslogtreecommitdiffstats
path: root/makefu/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-07-28 13:02:06 +0200
committermakefu <github@syntax-fehler.de>2016-07-28 13:24:36 +0200
commit64f0e746992f9ab1395a917f43af09a86add70b6 (patch)
tree43c7a57bb7aa01b9258d20a4c6036e21ba97c85e /makefu/1systems
parent0916d0167c5ff983bc0202f7351be807e2fa1a1b (diff)
m 1 omo: enable ps3netsrv
Diffstat (limited to 'makefu/1systems')
-rw-r--r--makefu/1systems/omo.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/makefu/1systems/omo.nix b/makefu/1systems/omo.nix
index ead8f49b..699cdb2e 100644
--- a/makefu/1systems/omo.nix
+++ b/makefu/1systems/omo.nix
@@ -74,7 +74,10 @@ in {
systemd.services.sabnzbd.environment.SSL_CERT_FILE = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
virtualisation.docker.enable = true;
-
+ makefu.ps3netsrv = {
+ enable = true;
+ servedir = "/media/cryptX/emu/ps3";
+ };
# HDD Array stuff
services.smartd.devices = builtins.map (x: { device = x; }) allDisks;