feat(dns01): init DNS config #9
1 changed files with 4 additions and 1 deletions
|
@ -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 = ./.;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue