marukuru/deployer: expose tailscale IPs
This commit is contained in:
parent
82c751a6e4
commit
cc5152300c
1 changed files with 1 additions and 0 deletions
|
@ -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" ];
|
||||||
|
|
Loading…
Reference in a new issue