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 83582c24..f5b2232f 100644 --- a/custom/simp_le.nix +++ b/custom/simp_le.nix | |||
@@ -5,7 +5,7 @@ dir: | |||
5 | domain: | 5 | domain: |
6 | 6 | ||
7 | let | 7 | let |
8 | script = builtins.toFile "cert.sh" '' | 8 | script = stdenv.lib.writeText "cert.sh" '' |
9 | cd $dir | 9 | cd $dir |
10 | ${simp_le}/bin/simp_le -d ${domain}:/srv/www/acme/${domain}/ \ | 10 | ${simp_le}/bin/simp_le -d ${domain}:/srv/www/acme/${domain}/ \ |
11 | --email "phikeebaogobaegh@141.li" \ | 11 | --email "phikeebaogobaegh@141.li" \ |