marukuru/deployer: expose tailscale IPs

This commit is contained in:
Luke Granger-Brown 2020-11-04 21:58:49 +00:00
parent 82c751a6e4
commit cc5152300c

View file

@ -159,6 +159,7 @@ in {
containers.deployer = { containers.deployer = {
config = { config, pkgs, ... }: { config = { config, pkgs, ... }: {
networking.hosts = depot.ops.nixos.tailscaleIPs;
nix = { nix = {
binaryCaches = lib.mkForce [ "https://cache.nixos.org/" "s3://lukegb-nix-cache?endpoint=storage.googleapis.com&trusted=1" ]; 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" ]; trustedBinaryCaches = lib.mkForce [ "https://cache.nixos.org/" "s3://lukegb-nix-cache?endpoint=storage.googleapis.com&trusted=1" ];