home.nas: disable automatic reboot after updates

This commit is contained in:
Franzi 2022-01-23 05:09:36 +01:00
parent a6b7e5aabb
commit 07157b6335
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -28,6 +28,8 @@ nodes['home.nas'] = {
'apt': {
'unattended_upgrades': {
'day': 6,
# requires manual decryption of zfs after reboot
'reboot-enabled': False,
},
'packages': {
'mpv': {},