feat(nix): add dynamic DNS module using godns

Adds support for updating Cloudflare DNS records using godns.
This commit is contained in:
Mohammad Rafiq 2025-07-09 02:09:19 +08:00
parent 774527379a
commit c85db031dc
No known key found for this signature in database
3 changed files with 83 additions and 0 deletions

View file

@ -31,6 +31,13 @@
root.drive = "/dev/disk/by-id/nvme-eui.002538d221b47b01";
};
extraCfg.server = {
ddns = {
enable = true;
domains = [
"aenyrathia.wiki"
"slayment.com"
];
};
databases = {
mongodb.enable = true;
mysql.enable = true;