feat(dns01): init DNS config #9

Merged
cst1 merged 14 commits from beta_dns_config into main 2024-12-07 12:53:31 +01:00
Showing only changes of commit a920521527 - Show all commits

View file

@ -10,7 +10,10 @@ lib.extra.mkConfig {
"nsd"
];
extraConfig = { };
extraConfig = {
# TODO: retrieve this address from meta/network.nix
deployment.targetHost = "45.13.104.26";
};
root = ./.;
}