mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 19:40:14 +00:00
fixes to cloudflare dyndns and ssh
This commit is contained in:
@ -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" ];
|
||||
};
|
||||
|
Reference in New Issue
Block a user