fix users in VM again

This commit is contained in:
Jörg Thalheim
2024-08-24 18:31:40 +02:00
parent 8a3d21c424
commit 1585afc8b3
3 changed files with 9 additions and 6 deletions

View File

@@ -114,8 +114,8 @@ def test_vm_persistence(
"/var/user-state",
]
config["my_machine"]["users"]["users"] = {
"test": {"password": "test", "isNormalUser": True},
"root": {"password": "root"},
"test": {"initialPassword": "test", "isSystemUser": True, "group": "users"},
"root": {"initialPassword": "root"},
}
flake = generate_flake(