bundles/samba: fix timemachine backups dependencies

This commit is contained in:
Franzi 2025-04-01 19:52:34 +02:00
parent 5a4c3284b6
commit 1f120b9923
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -82,4 +82,7 @@ if timemachine_shares:
'owner': f'timemachine-{share_name}',
'group': f'timemachine-{share_name}',
'mode': '0700',
'needs': {
f'zfs_dataset:tank/timemachine/{share_name}',
},
}