rename from profiles to users
This commit is contained in:
parent
d70ff2ea3f
commit
1adc687ff9
13 changed files with 42 additions and 10 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{...}: {
|
||||
services.cloudflare-dyndns = {
|
||||
enable = true;
|
||||
apiTokenFile = "/profiles/asakiyuki/.secret/CLOUDFLARE_TOKEN_KEY";
|
||||
frequency = "*:0/5";
|
||||
apiTokenFile = "/home/asakiyuki/.secret/CLOUDFLARE_TOKEN_KEY";
|
||||
frequency = ":0/5";
|
||||
proxied = true;
|
||||
ipv6 = false;
|
||||
ipv4 = true;
|
||||
|
|
|
|||
Reference in a new issue