Replace ddclient with Inadyn

This commit is contained in:
2025-04-07 14:28:00 +02:00
parent e82ab26d23
commit 40838848c3
6 changed files with 38 additions and 16 deletions

View File

@@ -160,7 +160,6 @@ with pkgs;
owner = "gitea";
group = "gitea";
};
secrets.ddclient.file = secrets/ddclient.age;
secrets.miniflux = {
file = secrets/miniflux.age;
owner = "miniflux";
@@ -212,6 +211,16 @@ with pkgs;
owner = "acme";
group = "nginx";
};
secrets.inadyn-duckdns = {
file = secrets/inadyn-duckdns.age;
owner = "inadyn";
group = "inadyn";
};
secrets.inadyn-porkbun = {
file = secrets/inadyn-porkbun.age;
owner = "inadyn";
group = "inadyn";
};
identityPaths = [ "/etc/ssh/id_ed25519" ];
};