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