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

@ -7,3 +7,8 @@ entirely sure at this point. For now, I took the easy way out: Just keep trying
SD cards until one works! Thankfully, it seems to be reliable that an SD card SD cards until one works! Thankfully, it seems to be reliable that an SD card
works either 100% or 0% of the time. Currently using a 32GB Microcenter cheapo, works either 100% or 0% of the time. Currently using a 32GB Microcenter cheapo,
in place of the nicer 128GB ones I was planning on instead. in place of the nicer 128GB ones I was planning on instead.
## Manual configuration
```
smbpasswd -a kathe <password>
```

View file

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