diff options
author | makefu <github@syntax-fehler.de> | 2015-08-26 17:10:02 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-08-26 17:10:02 +0200 |
commit | 407985695d91af4361799b2aeb5b0caf129d2c29 (patch) | |
tree | 2137a855ea89b3e0556e027e6b085beb2a4911c6 /krebs/3modules/urlwatch.nix | |
parent | 4f968b3cc45db1e6373fa2add55b5afe1608266a (diff) |
revert path from cacert to nss-cacert
Diffstat (limited to 'krebs/3modules/urlwatch.nix')
-rw-r--r-- | krebs/3modules/urlwatch.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/urlwatch.nix b/krebs/3modules/urlwatch.nix index 531e6c87b..80d9f5e93 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; |