fixes to cloudflare dyndns and ssh

This commit is contained in:
Noah Masur
2024-03-24 15:04:40 -04:00
parent 568fdc7491
commit 64bee30b17
3 changed files with 19 additions and 17 deletions

View File

@ -60,7 +60,7 @@ in {
dns = {
provider = {
name = "cloudflare";
api_token = "{env.CF_API_TOKEN}";
api_token = "{env.CLOUDFLARE_API_TOKEN}";
};
resolvers = [ "1.1.1.1" ];
};