summary refs log tree commit diff
path: root/nixos/modules/installer/tools
diff options
context:
space:
mode:
authorGuillaume Maudoux <layus.on@gmail.com>2016-02-01 10:18:31 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-03 12:42:01 +0100
commit9f358f809d1db46f3206d4a09a5366f13c93e777 (patch)
treedfa95476fff3c1e9d77d79608b744ba29596ae07 /nixos/modules/installer/tools
parent0876a44169b64d4108fc5b5bd3c96843f94a4990 (diff)
downloadnixlib-9f358f809d1db46f3206d4a09a5366f13c93e777.tar
nixlib-9f358f809d1db46f3206d4a09a5366f13c93e777.tar.gz
nixlib-9f358f809d1db46f3206d4a09a5366f13c93e777.tar.bz2
nixlib-9f358f809d1db46f3206d4a09a5366f13c93e777.tar.lz
nixlib-9f358f809d1db46f3206d4a09a5366f13c93e777.tar.xz
nixlib-9f358f809d1db46f3206d4a09a5366f13c93e777.tar.zst
nixlib-9f358f809d1db46f3206d4a09a5366f13c93e777.zip
Configure a default trust store for openssl
Diffstat (limited to 'nixos/modules/installer/tools')
-rw-r--r--nixos/modules/installer/tools/auto-upgrade.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/tools/auto-upgrade.nix b/nixos/modules/installer/tools/auto-upgrade.nix
index 4ef5fa8bc1d4..2da330f9b571 100644
--- a/nixos/modules/installer/tools/auto-upgrade.nix
+++ b/nixos/modules/installer/tools/auto-upgrade.nix
@@ -74,7 +74,7 @@ let cfg = config.system.autoUpgrade; in
       serviceConfig.Type = "oneshot";
 
       environment = config.nix.envVars //
-        { inherit (config.environment.sessionVariables) NIX_PATH SSL_CERT_FILE;
+        { inherit (config.environment.sessionVariables) NIX_PATH;
           HOME = "/root";
         };