fix(dns01): override deployment target to ipv4

This commit is contained in:
Constantin Gierczak--Galle 2024-12-07 10:44:26 +01:00
parent 4c98694080
commit a920521527
No known key found for this signature in database

View file

@ -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 = ./.;
} }