configs/tailnet: let display talk to HA

This commit is contained in:
Aaron Bieber 2024-07-25 09:50:35 -06:00
parent c695a6a2b7
commit e02bb401a2
No known key found for this signature in database
2 changed files with 11 additions and 5 deletions

View File

@ -23,6 +23,7 @@ let
il = "100.86.182.99";
tv = "100.118.196.38";
ollama = "100.121.227.121";
display = "100.77.35.34";
};
tagOwners = {
@ -88,7 +89,7 @@ let
{
# jellyfin for tv
"action" = "accept";
"src" = [ "tv" ];
"src" = [ "tv" "display" ];
"dst" = [ "box:443" ];
"proto" = "tcp";
}
@ -189,6 +190,11 @@ let
"proto" = "tcp";
"allow" = [ "box:443" ];
}
{
src = "display";
proto = "tcp";
allow = [ "box:443" ];
}
];
};
in

View File

@ -649,11 +649,11 @@
]
},
"locked": {
"lastModified": 1719854186,
"narHash": "sha256-4yd3jE57LaActn2CrK4kq4IZ7wG7MkrjdYtov8WdVYo=",
"lastModified": 1721921067,
"narHash": "sha256-XXHOZLq+RDpWBWwELxJyPzkrTcubHMFeucm7ZKYJl34=",
"ref": "main",
"rev": "d8099959672f5b4f72cfce8e08d17fe9d70187dd",
"revCount": 153,
"rev": "543f0209a192fa225d85ff115431b9582a1bbbe7",
"revCount": 154,
"type": "git",
"url": "ssh://xin-secrets-ro/qbit/xin-secrets.git"
},