add lucina

This commit is contained in:
Elizabeth Hunt 2025-01-04 13:11:49 -08:00
parent 15c0502912
commit 260785e744
Signed by: simponic
GPG Key ID: 2909B9A7FF6213EE
2 changed files with 5 additions and 3 deletions

View File

@ -4,3 +4,4 @@ headscale_allowed_users:
- "elizabeth@simponic.xyz"
- "riley@simponic.xyz"
- "rain@simponic.xyz"
- "lucina@simponic.xyz"

View File

@ -1,9 +1,10 @@
{
"groups": {
"group:admin": ["elizabeth"],
"group:roomates": ["riley"],
"group:roomates": ["riley", "lucina"],
"group:friends": ["riley", "rain"],
"group:rain": ["rain"],
"group:lucina": ["lucina"],
"group:sys": ["sys"]
},
"tagOwners": {
@ -25,7 +26,7 @@
{
"action": "accept",
"src": ["group:sys"],
"dst": ["group:sys:*", "10.128.0.0/9:*", "group:rain:*"]
"dst": ["group:sys:*", "10.128.0.0/9:*", "group:rain:*", "192.168.1.0/24:*", "group:lucina:*"]
},
{
"action": "accept",
@ -35,7 +36,7 @@
{
"action": "accept",
"src": ["group:roomates"],
"dst": ["10.0.0.0/8:*"]
"dst": ["10.0.0.0/8:*", "192.168.86.0/24:*", "192.168.1.0/24:*"]
},
{
"action": "accept",