summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/urlwatch.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-08-26 17:10:02 +0200
committermakefu <github@syntax-fehler.de>2015-08-26 17:10:02 +0200
commit407985695d91af4361799b2aeb5b0caf129d2c29 (patch)
tree2137a855ea89b3e0556e027e6b085beb2a4911c6 /krebs/3modules/urlwatch.nix
parent4f968b3cc45db1e6373fa2add55b5afe1608266a (diff)
revert path from cacert to nss-cacert
Diffstat (limited to 'krebs/3modules/urlwatch.nix')
-rw-r--r--krebs/3modules/urlwatch.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/urlwatch.nix b/krebs/3modules/urlwatch.nix
index 531e6c87..80d9f5e9 100644
--- a/krebs/3modules/urlwatch.nix
+++ b/krebs/3modules/urlwatch.nix
@@ -78,7 +78,7 @@ let
HOME = cfg.dataDir;
LC_ALL = "en_US.UTF-8";
LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
- SSL_CERT_FILE = "${pkgs.cacert}/etc/ca-bundle.crt";
+ SSL_CERT_FILE = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
};
serviceConfig = {
User = user.name;