bigbird: add kathe smb share

This commit is contained in:
Chandler Swift 2024-12-12 21:51:40 -06:00
parent 2f4b5070c6
commit 8ff8cd5424
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
2 changed files with 12 additions and 0 deletions

View file

@ -17,6 +17,13 @@
"read only" = "yes";
"guest ok" = "yes"; # aka "public = yes"
};
kathe = {
path = "/nas/katherine";
browseable = "yes";
"valid users" = "kathe";
"read only" = "no";
"guest ok" = "no";
};
};
};
}