feat(rpi4): switch from cfdyndns to ddclient
This commit is contained in:
parent
ca1cbbfa85
commit
e59fbe6826
12
rpi4.nix
12
rpi4.nix
|
@ -53,11 +53,15 @@ in with builtins; {
|
|||
email = "dev@felschr.com";
|
||||
};
|
||||
|
||||
services.cfdyndns = {
|
||||
services.ddclient = {
|
||||
enable = true;
|
||||
email = "felschr@pm.me";
|
||||
apikeyFile = "/etc/nixos/secrets/cfdyndns-apikey";
|
||||
records = [
|
||||
protocol = "cloudflare";
|
||||
ssl = true;
|
||||
use = "web";
|
||||
zone = "felschr.com";
|
||||
username = "felschr@pm.me";
|
||||
# passwordFile = "/etc/nixos/secrets/cfdyndns-apikey";
|
||||
domains = [
|
||||
"*.home.felschr.com"
|
||||
"home.felschr.com"
|
||||
"media.felschr.com"
|
||||
|
|
Loading…
Reference in a new issue