From eb359e39323a11e091ef34c25d7b7c44aa571f5b Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sun, 20 Oct 2024 20:42:30 -0600 Subject: [PATCH] configs/tailnet: add namish for sharing, to test openbsd share stuff --- configs/tailnet.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/configs/tailnet.nix b/configs/tailnet.nix index b50a1af..b423e01 100644 --- a/configs/tailnet.nix +++ b/configs/tailnet.nix @@ -22,10 +22,16 @@ let "drive:share" ]; } + { + target = [ "namish" ]; + attr = [ + "drive:share" + ]; + } ]; grants = [ { - src = [ "europa" "sputnik" "skunk" "graphy" ]; + src = [ "europa" "sputnik" "skunk" "graphy" "plq" ]; dst = [ "box" ]; app = { "tailscale.com/cap/drive" = [{ @@ -46,8 +52,10 @@ let h = "100.83.77.133"; il = "100.86.182.99"; invidious = "100.71.57.99"; + namish = "100.86.184.141"; nbc = "100.74.8.55"; ollama = "100.121.227.121"; + plq = "100.90.214.142"; pwntie = "100.84.170.57"; rimgo = "100.121.77.91"; skunk = "100.79.26.78";