diff options
author | tv <tv@krebsco.de> | 2019-04-20 18:54:58 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-04-20 18:54:58 +0200 |
commit | f940a179053e54de0d46aada5b42502f7563f45f (patch) | |
tree | 3f595f6522f81f2589b9c7d0dbfca8106e24e80f /tv/2configs/default.nix | |
parent | d825d2db8796a0d19f22eba240a2e49213cf01e2 (diff) |
tv pki: immigrate certificate environment
Diffstat (limited to 'tv/2configs/default.nix')
-rw-r--r-- | tv/2configs/default.nix | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index ac0a6af4d..4fc755c43 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -17,6 +17,7 @@ with import <stockholm/lib>; ./bash ./htop.nix ./nginx + ./pki ./ssh.nix ./sshd.nix ./vim.nix @@ -91,15 +92,6 @@ with import <stockholm/lib>; } { - environment.variables = - flip genAttrs (_: "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt") [ - "CURL_CA_BUNDLE" - "GIT_SSL_CAINFO" - "SSL_CERT_FILE" - ]; - } - - { services.cron.enable = false; services.nscd.enable = false; services.ntp.enable = false; |