add -m to user creation to force home dir creation #1

Merged
andreas merged 1 commits from fix-readme-user into main 2026-04-27 19:32:53 +00:00
+1 -1
View File
@@ -9,7 +9,7 @@ with network=none and minimize the risk of the AI escaping.
Optional, if you want to run this as a separate user Optional, if you want to run this as a separate user
``` ```
sudo useradd llama sudo useradd -m llama
sudo machinectl shell llama@ sudo machinectl shell llama@
``` ```