summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/simp_le.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/custom/simp_le.nix b/custom/simp_le.nix
index ee93d2c4..8178bb1a 100644
--- a/custom/simp_le.nix
+++ b/custom/simp_le.nix
@@ -2,6 +2,7 @@
2, simp_le 2, simp_le
3, lib 3, lib
4, stdenv 4, stdenv
5, writeText
5}: 6}:
6 7
7let 8let
@@ -9,4 +10,4 @@ let
9 echo ${domain} >> /tmp/domains.test 10 echo ${domain} >> /tmp/domains.test
10 ''; 11 '';
11 all = "#!${stdenv}/bin/bash\n\n" + lib.concatMapStringsSep "\n" getcert domains; 12 all = "#!${stdenv}/bin/bash\n\n" + lib.concatMapStringsSep "\n" getcert domains;
12in pkgs.writeText "certs.sh" all 13in writeText "certs.sh" all