kunsi-p14s: do backups

This commit is contained in:
Franzi 2022-02-12 18:56:54 +01:00
parent 5be2610a86
commit 9a8e7abef4
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 16 additions and 1 deletions

View file

@ -2,6 +2,7 @@ nodes['kunsi-p14s'] = {
'hostname': 'localhost',
'bundles': {
'arch-with-gui',
'backup-client',
'lldp',
'lm-sensors',
#'nfs-client',
@ -131,6 +132,18 @@ nodes['kunsi-p14s'] = {
},
},
'zfs': {
'datasets': {
# this is not a complete list, but we can't create that
# structure using bundlewrap anyway, so there's no point
# in adding it here.
'zroot/system/root': {
'canmount': 'noauto',
'mountpoint': '/',
},
'zroot/user/kunsi': {
'mountpoint': '/home/kunsi',
},
},
'snapshots': {
'retain_per_dataset': {
'zroot/user/kunsi': {