mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(nfs): clean up kyuuto fs exports
This commit is contained in:
parent
2bb878be1d
commit
64efbaf503
5 changed files with 94 additions and 95 deletions
|
|
@ -101,6 +101,10 @@ in {
|
|||
trustedClients = [
|
||||
"@trusted"
|
||||
];
|
||||
adminClients = [
|
||||
"@admin"
|
||||
# XXX: include tailscale addresses of trusted machines here too?
|
||||
];
|
||||
tailClients = optionals config.services.tailscale.enable cidrForNetwork.tail.all;
|
||||
localClients = cidrForNetwork.allLan.all ++ flagSets.tailClients;
|
||||
allClients = flagSets.clientGroups ++ flagSets.trustedClients ++ flagSets.localClients;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue