diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-10-20 21:08:01 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-10-20 21:08:01 +0530 |
commit | 299038b8b0c7de7b713f66cee206d019d60586e3 (patch) | |
tree | 033387ad938a5f7d61e24779db2309540f075e66 /os/kay/modules/network/headscale.nix | |
parent | 1beebd485cd0b84d939e36d1969c1dc3b6b65e79 (diff) |
chore(os/kay/headscale): update acl
Diffstat (limited to 'os/kay/modules/network/headscale.nix')
-rw-r--r-- | os/kay/modules/network/headscale.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/os/kay/modules/network/headscale.nix b/os/kay/modules/network/headscale.nix index cee386c..39007a4 100644 --- a/os/kay/modules/network/headscale.nix +++ b/os/kay/modules/network/headscale.nix @@ -68,6 +68,11 @@ let src = [ "group:owner" ]; dst = [ "*:*" ]; } + { + action = "accept"; + src = [ "nazer@" ]; + dst = [ "autogroup:internet:*" ]; + } { action = "accept"; |