diff options
| author | jeschli <jeschli@gmail.com> | 2019-04-28 15:05:34 +0200 |
|---|---|---|
| committer | jeschli <jeschli@gmail.com> | 2019-04-28 15:05:34 +0200 |
| commit | a09ce53832d281397e127fed537f585239ed721d (patch) | |
| tree | ad71d0f0c5908b4a126f4272e3c35db467079f79 /tv/2configs/default.nix | |
| parent | 55616751967d510145e5255398347930be535389 (diff) | |
| parent | f5f3275ac968caaeba398e183c7d404adfeb10e1 (diff) | |
Merge branch 'master' of prism.r:stockholm
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 ac0a6af..4fc755c 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; |
