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