Repair Samba config

This commit is contained in:
Jan Kremer 2026-03-13 06:08:04 +01:00
parent 892d87612a
commit aba334063b
No known key found for this signature in database

View file

@ -6,27 +6,23 @@
global = { global = {
"vfs objects" = "catia fruit streams_xattr"; "vfs objects" = "catia fruit streams_xattr";
"fruit:model" = "MacPro7,1@ECOLOR=226,226,224"; "fruit:model" = "MacPro7,1@ECOLOR=226,226,224";
"force user" = "jan";
}; };
Cloud = { Cloud = {
path = "/mnt/cloud"; path = "/mnt/cloud";
writeable = "yes"; writeable = "yes";
"valid users" = "jan";
}; };
Media = { Media = {
path = "/mnt/media"; path = "/mnt/media";
writeable = "yes"; writeable = "yes";
"valid users" = "jan";
}; };
TimeMachine = { TimeMachine = {
path = "/mnt/timemachine"; path = "/mnt/timemachine";
writeable = "yes"; writeable = "yes";
"fruit:time machine" = "yes"; "fruit:time machine" = "yes";
"fruit:time machine max size" = "1000G"; "fruit:time machine max size" = "500G";
"valid users" = "jan";
}; };
}; };
}; };