diff options
-rw-r--r-- | custom/simp_le.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/simp_le.nix b/custom/simp_le.nix index eb5a448a..125cc316 100644 --- a/custom/simp_le.nix +++ b/custom/simp_le.nix | |||
@@ -8,5 +8,5 @@ let | |||
8 | getcert = domain: '' | 8 | getcert = domain: '' |
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; |
12 | in builtins.toFile "certs.sh" all | 12 | in builtins.toFile "certs.sh" all |