fixup! fix(dns01): override deployment target to ipv4
All checks were successful
lint / check (push) Successful in 22s
All checks were successful
lint / check (push) Successful in 22s
This commit is contained in:
parent
a920521527
commit
3e39ba8862
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ lib.extra.mkConfig {
|
||||||
];
|
];
|
||||||
|
|
||||||
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