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 3e39ba8862 - Show all commits

View file

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