mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-03 19:42:10 +02:00
9
hosts/modules/server/cloudflare-dyndns.nix
Normal file
9
hosts/modules/server/cloudflare-dyndns.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
services.cloudflare-dyndns = {
|
||||
enable = true;
|
||||
ipv4 = true;
|
||||
domains = [ "cloud.anotherhadi.com" "vault.anotherhadi.com" "try.anotherhadi.com"];
|
||||
proxied = true;
|
||||
apiTokenFile = "/etc/cloudflare/apiToken";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user