bundles/samba: cannot have time machine and 'guest ok' shares on the same machine

This commit is contained in:
Franzi 2025-04-04 17:17:11 +02:00
parent fd1ad352d0
commit e1548ff61e
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 3 additions and 18 deletions

View file

@ -180,24 +180,6 @@ nodes['home.nas'] = {
},
},
'samba': {
'shares': {
'C3VOC': {
'path': '/storage/nas/C3VOC',
'force_group': 'nas',
},
'TV': {
'path': '/storage/nas/TV',
'force_group': 'nas',
},
'music': {
'path': '/storage/nas/Musik',
'force_group': 'nas',
},
'music_videos': {
'path': '/storage/nas/Musikvideos',
'force_group': 'nas',
},
},
'restrict-to': {
'172.19.138.0/24',
},