fix(dns01): override deployment target to ipv4
This commit is contained in:
parent
4c98694080
commit
a920521527
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,10 @@ lib.extra.mkConfig {
|
||||||
"nsd"
|
"nsd"
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = { };
|
extraConfig = {
|
||||||
|
# TODO: retrieve this address from meta/network.nix
|
||||||
|
deployment.targetHost = "45.13.104.26";
|
||||||
|
};
|
||||||
|
|
||||||
root = ./.;
|
root = ./.;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue