feat(nix): add dynamic DNS module using godns
Adds support for updating Cloudflare DNS records using godns.
This commit is contained in:
parent
774527379a
commit
c85db031dc
3 changed files with 83 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue