fixup! fix(dns01): override deployment target to ipv4
All checks were successful
lint / check (push) Successful in 22s

This commit is contained in:
Constantin Gierczak--Galle 2024-12-07 10:45:52 +01:00
parent a920521527
commit 3e39ba8862

View file

@ -11,7 +11,7 @@ lib.extra.mkConfig {
];
extraConfig = {
# TODO: retrieve this address from meta/network.nix
# TODO : retrieve this address from meta/network.nix
deployment.targetHost = "45.13.104.26";
};