mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 01:42:55 +00:00
use entire data dir for samba
This commit is contained in:
parent
d46e6dad6b
commit
a7c04b59ed
@ -8,13 +8,13 @@
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
shares.video = {
|
||||
path = "/data/video";
|
||||
path = "/data";
|
||||
browseable = "yes";
|
||||
"read only" = "no";
|
||||
"guest ok" = "no";
|
||||
"force user" = config.user;
|
||||
"force group" = config.user;
|
||||
comment = "Movies and TV";
|
||||
comment = "NAS";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user