more samba
This commit is contained in:
@@ -24,7 +24,15 @@
|
||||
map to guest = bad user
|
||||
'';
|
||||
shares = {
|
||||
backup = {
|
||||
"3d_printer" = {
|
||||
path = "/mnt/Main\ Pool/3d_printer";
|
||||
browseable = "yes";
|
||||
"read only" = "no";
|
||||
"guest ok" = "yes";
|
||||
"create mask" = "0644";
|
||||
"directory mask" = "0755";
|
||||
};
|
||||
Backup = {
|
||||
path = "/mnt/Main\ Pool/Backup";
|
||||
browseable = "yes";
|
||||
"read only" = "no";
|
||||
@@ -32,6 +40,14 @@
|
||||
"create mask" = "0644";
|
||||
"directory mask" = "0755";
|
||||
};
|
||||
Documents = {
|
||||
path = "/mnt/Main\ Pool/Documents";
|
||||
browseable = "yes";
|
||||
"read only" = "no";
|
||||
"guest ok" = "yes";
|
||||
"create mask" = "0644";
|
||||
"directory mask" = "0755";
|
||||
};
|
||||
isos = {
|
||||
path = "/mnt/Main\ Pool/isos";
|
||||
browseable = "yes";
|
||||
@@ -40,6 +56,16 @@
|
||||
"create mask" = "0644";
|
||||
"directory mask" = "0755";
|
||||
};
|
||||
TimeMachine = {
|
||||
path = "/mnt/Main\ Pool/TimeMachine";
|
||||
"valid users" = "mattjallen";
|
||||
public = "no";
|
||||
writable = "yes";
|
||||
"force user" = "mattjallen";
|
||||
"fruit:aapl" = "yes";
|
||||
"fruit:time machine" = "yes";
|
||||
"vfs objects" = "catia fruit streams_xattr";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user