nodes/home.nas: do updates on saturday

This machine is the vmhost for our router. We don't want them
to be rebooting at the same time.
This commit is contained in:
Franzi 2020-11-14 12:25:52 +01:00
parent 0ca8edf656
commit c8272b933a
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -16,6 +16,11 @@ nodes['home.nas'] = {
'gateway4': '172.19.138.1',
},
},
'apt': {
'unattended_upgrades': {
'day': 6,
},
},
'backups': {
# This *is* the backup server
'exclude_from_backups': True,