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'] = {
|
nodes['home.nas'] = {
|
||||||
'hostname': '172.19.138.20',
|
'hostname': '172.19.138.20',
|
||||||
'bundles': {
|
'bundles': {
|
||||||
|
'avahi-daemon',
|
||||||
'backup-client',
|
'backup-client',
|
||||||
'dm-crypt',
|
'dm-crypt',
|
||||||
'jellyfin',
|
'jellyfin',
|
||||||
|
@ -193,6 +194,9 @@ nodes['home.nas'] = {
|
||||||
'restrict-to': {
|
'restrict-to': {
|
||||||
'172.19.138.0/24',
|
'172.19.138.0/24',
|
||||||
},
|
},
|
||||||
|
'timemachine-shares': {
|
||||||
|
#'apfelcomputer', # hostname TBD
|
||||||
|
},
|
||||||
},
|
},
|
||||||
'smartd': {
|
'smartd': {
|
||||||
'disks': {
|
'disks': {
|
||||||
|
|
Loading…
Reference in a new issue