From cc5152300c9ff687aebb53c7fb28e9f979025500 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Wed, 4 Nov 2020 21:58:49 +0000 Subject: [PATCH] marukuru/deployer: expose tailscale IPs --- ops/nixos/marukuru/default.nix | 1 + 1 file changed, 1 insertion(+) 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" ];