feat(dns01): init DNS config #9
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ lib.extra.mkConfig {
|
||||||
"nsd"
|
"nsd"
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
# TODO: retrieve this address from meta/network.nix
|
# TODO : retrieve this address from meta/network.nix
|
||||||
deployment.targetHost = "45.13.104.26";
|
deployment.targetHost = "45.13.104.26";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue