summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/temp/sabnzbd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/temp/sabnzbd.nix')
-rw-r--r--makefu/2configs/temp/sabnzbd.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefu/2configs/temp/sabnzbd.nix b/makefu/2configs/temp/sabnzbd.nix
new file mode 100644
index 00000000..d8eab273
--- /dev/null
+++ b/makefu/2configs/temp/sabnzbd.nix
@@ -0,0 +1,5 @@
+{pkgs, ...}:
+{
+ services.sabnzbd.enable = true;
+ systemd.services.sabnzbd.environment.SSL_CERT_FILE = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
+}