samba: Reenable media and cloud

Hopefully restores AppleTV Sharing
This commit is contained in:
Jan Kremer 2026-02-07 09:12:53 +01:00
parent 5a402ad1ab
commit 6655812d15
No known key found for this signature in database

View file

@ -9,6 +9,17 @@
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";
"fruit:model" = "MacSamba";
};
Cloud = {
path = "/mnt/sdb1/cloud";
writeable = "yes";
};
Media = {
path = "/mnt/sdb1/media";
writeable = "yes";
}; };
TimeMachine = { TimeMachine = {
@ -19,5 +30,16 @@
}; };
}; };
## Used to advertise the shares to Windows hosts
services.samba-wsdd = {
enable = true;
};
services.avahi = {
enable = true;
publish.enable = true;
publish.userServices = true;
};
users.users.jan.extraGroups = [ "samba" ]; users.users.jan.extraGroups = [ "samba" ];
} }