kunsi-p14s: add dataset for movies
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

Having them on a separate dataset away from the usual data allows us to
easily exclude them from backups and snapshots - they are done at the
source, no need to do them here, too.
This commit is contained in:
Franzi 2022-03-23 20:30:25 +01:00
parent eb958aed1f
commit 26a26db886
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -157,6 +157,9 @@ nodes['kunsi-p14s'] = {
'xattr': 'sa',
# encryption is enabled, too.
},
'zroot/movies': {
'mountpoint': '/media/movies',
},
'zroot/system/journal': {
'mountpoint': '/var/log/journal',
'acltype': 'posix',
@ -183,6 +186,7 @@ nodes['kunsi-p14s'] = {
},
},
'snapshot_never': {
'zroot/movies',
'zroot/system/journal',
},
},