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 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; |
12 | in builtins.toFile "certs.sh" all | 12 | in pkgs.writeText "certs.sh" all |