diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-29 23:37:46 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-01 00:22:34 -0500 |
commit | 5232b710f00e85ce3b031bcaa77ff8cb81122d38 (patch) | |
tree | b5bb1ae4161c6056ae762952a34e7ed9af5cff44 /roles/vpn/files | |
parent | ea6c3093ca7420f6aaf0c4fabd9cab4457aaf220 (diff) | |
download | oldinfra-5232b710f00e85ce3b031bcaa77ff8cb81122d38.tar.gz oldinfra-5232b710f00e85ce3b031bcaa77ff8cb81122d38.zip |
fix acl and stuff
Diffstat (limited to 'roles/vpn/files')
-rw-r--r-- | roles/vpn/files/config/acl.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/vpn/files/config/acl.json b/roles/vpn/files/config/acl.json index f1c6618..aeafd04 100644 --- a/roles/vpn/files/config/acl.json +++ b/roles/vpn/files/config/acl.json @@ -2,7 +2,7 @@ "groups": { "group:admin": ["elizabeth.hunt"], "group:roomates": ["riley"], - "group:friends": ["riley"], + "group:friends": ["riley", "rain"], "group:sys": ["sys"] }, "tagOwners": { |