summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom/simp_le.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/custom/simp_le.nix b/custom/simp_le.nix
index fb68eb02..f90abc71 100644
--- a/custom/simp_le.nix
+++ b/custom/simp_le.nix
@@ -1,5 +1,4 @@
1{ stdenv, writeText 1{ stdenv, writeText
2, bash
3, simp_le 2, simp_le
4, eject 3, eject
5}: 4}:
@@ -24,4 +23,4 @@ let
24 [[ -e key.pem ]] && ln -s -f key.pem privkey.pem 23 [[ -e key.pem ]] && ln -s -f key.pem privkey.pem
25 ''; 24 '';
26in 25in
27 "${bash}/bin/bash ${script} 2>&1 | ${eject}/bin/logger -p auth.info" 26 "bash ${script} 2>&1 | ${eject}/bin/logger -p auth.info"