diff --git a/machines/dns01/_configuration.nix b/machines/dns01/_configuration.nix index a0a1de7..7531250 100644 --- a/machines/dns01/_configuration.nix +++ b/machines/dns01/_configuration.nix @@ -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 = ./.; }