stockholm/makefu/2configs/temp/sabnzbd.nix

6 lines
152 B
Nix
Raw Normal View History

2016-08-21 10:21:35 +00:00
{pkgs, ...}:
{
services.sabnzbd.enable = true;
systemd.services.sabnzbd.environment.SSL_CERT_FILE = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
}