[improvement][trim] 'disk.trim_after_update' changed to 'disk.trim.after_upgrade'

This commit is contained in:
Vinicius Moreira
2020-04-22 14:01:36 -03:00
parent 700a6ca9ce
commit 827d31e495
12 changed files with 48 additions and 38 deletions

View File

@@ -47,7 +47,9 @@ def read_config(update_file: bool = False) -> dict:
},
'store_root_password': True,
'disk': {
'trim_after_update': False
'trim': {
'after_upgrade': False
}
},
'backup': {
'enabled': True,