home.nas: disable automatic reboot after updates
This commit is contained in:
parent
a6b7e5aabb
commit
07157b6335
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ nodes['home.nas'] = {
|
|||
'apt': {
|
||||
'unattended_upgrades': {
|
||||
'day': 6,
|
||||
# requires manual decryption of zfs after reboot
|
||||
'reboot-enabled': False,
|
||||
},
|
||||
'packages': {
|
||||
'mpv': {},
|
||||
|
|
Loading…
Reference in a new issue