diff --git a/nixos/systems/toothpick/nomad.nix b/nixos/systems/toothpick/nomad.nix index 6395b22..625fc01 100644 --- a/nixos/systems/toothpick/nomad.nix +++ b/nixos/systems/toothpick/nomad.nix @@ -127,6 +127,6 @@ virtualisation.docker.enable = true; virtualisation.docker.daemon.settings.dns = [ - (secret.network.ips.blowhole or "") + (secret.network.ips.blowhole.ip or "") ]; }