From 07157b6335da1b14d4321b2f3cff5a61d9c251de Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 23 Jan 2022 05:09:36 +0100 Subject: [PATCH] home.nas: disable automatic reboot after updates --- nodes/home/nas.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodes/home/nas.py b/nodes/home/nas.py index 0bcab61..07b0e92 100644 --- a/nodes/home/nas.py +++ b/nodes/home/nas.py @@ -28,6 +28,8 @@ nodes['home.nas'] = { 'apt': { 'unattended_upgrades': { 'day': 6, + # requires manual decryption of zfs after reboot + 'reboot-enabled': False, }, 'packages': { 'mpv': {},