summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2019-05-17 10:22:22 +0700
committerDomen Kožar <domen@dev.si>2019-05-17 10:22:22 +0700
commitbb91a4d6c3c1cfaad739304624c95d5d4e751397 (patch)
treed4e467df18003f16c272734c9e9dbd45c5408506 /modules/examples
parentfb0a1763f5779b869d5dc4240b0bdd668acd0e68 (diff)
SSL_CERT_FILE -> NIX_SSL_CERT_FILE
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/lnl.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix
index 12e3613..75fb148 100644
--- a/modules/examples/lnl.nix
+++ b/modules/examples/lnl.nix
@@ -67,7 +67,7 @@
launchd.user.agents.fetch-nixpkgs-updates = {
command = "/usr/bin/sandbox-exec -f ${config.security.sandbox.profiles.fetch-nixpkgs-updates.profile} ${pkgs.git}/bin/git -C /src/nixpkgs fetch origin master";
environment.HOME = "";
- environment.SSL_CERT_FILE = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
+ environment.NIX_SSL_CERT_FILE = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
serviceConfig.KeepAlive = false;
serviceConfig.ProcessType = "Background";
serviceConfig.StartInterval = 360;