diff --git a/ops/nixos/marukuru/default.nix b/ops/nixos/marukuru/default.nix index e4e0340f08..4791e1e157 100644 --- a/ops/nixos/marukuru/default.nix +++ b/ops/nixos/marukuru/default.nix @@ -159,6 +159,7 @@ in { containers.deployer = { config = { config, pkgs, ... }: { + networking.hosts = depot.ops.nixos.tailscaleIPs; nix = { binaryCaches = lib.mkForce [ "https://cache.nixos.org/" "s3://lukegb-nix-cache?endpoint=storage.googleapis.com&trusted=1" ]; trustedBinaryCaches = lib.mkForce [ "https://cache.nixos.org/" "s3://lukegb-nix-cache?endpoint=storage.googleapis.com&trusted=1" ];