home.nas: prepare for time machine backups
This commit is contained in:
parent
884c6f73af
commit
fe4cd98612
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
nodes['home.nas'] = {
|
||||
'hostname': '172.19.138.20',
|
||||
'bundles': {
|
||||
'avahi-daemon',
|
||||
'backup-client',
|
||||
'dm-crypt',
|
||||
'jellyfin',
|
||||
|
@ -193,6 +194,9 @@ nodes['home.nas'] = {
|
|||
'restrict-to': {
|
||||
'172.19.138.0/24',
|
||||
},
|
||||
'timemachine-shares': {
|
||||
#'apfelcomputer', # hostname TBD
|
||||
},
|
||||
},
|
||||
'smartd': {
|
||||
'disks': {
|
||||
|
|
Loading…
Reference in a new issue