This commit is contained in:
2024-12-27 17:46:20 +02:00
parent e8e39564d3
commit c22216f6fc

View File

@@ -30,7 +30,7 @@
dnsProvider = "namecheap";
environmentFile = "${pkgs.writeText "namecheap-creds" ''
NAMECHEAP_API_USER_FILE=/run/secrets/namecheap-api-user
NAMECHEAP_API_KEY_FILE=/root/namecheap-api-key
NAMECHEAP_API_KEY_FILE=/run/secrets/namecheap-api-key
''}";
};
};