zfs-auto-snapshot
This commit is contained in:
parent
cf4bf15db0
commit
03378ed638
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
defaults = {
|
defaults = {
|
||||||
'apt': {
|
'apt': {
|
||||||
'packages': {
|
'packages': {
|
||||||
'bindfs',
|
'bindfs': {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'systemd-mount': {},
|
'systemd-mount': {},
|
||||||
|
|
|
@ -31,6 +31,7 @@ defaults = {
|
||||||
'zfs_pool:',
|
'zfs_pool:',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'zfs-auto-snapshot': {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'systemd-timers': {
|
'systemd-timers': {
|
||||||
|
|
Loading…
Reference in a new issue