From c8272b933a089dfe7a771cb199bfa11cd7449283 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 14 Nov 2020 12:25:52 +0100 Subject: [PATCH] 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. --- nodes/home/nas.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nodes/home/nas.py b/nodes/home/nas.py index 9270680..bb398be 100644 --- a/nodes/home/nas.py +++ b/nodes/home/nas.py @@ -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,