From 10a5af7c2336b9f5965cba7c927f618ae515fc1e Mon Sep 17 00:00:00 2001 From: Simon Dellenbach Date: Fri, 26 Jun 2026 17:00:47 +0200 Subject: [PATCH] Also add user config. --- opi-six.config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/opi-six.config b/opi-six.config index e39762d..f1ab5db 100644 --- a/opi-six.config +++ b/opi-six.config @@ -5,3 +5,8 @@ PRESET_TIMEZONE="Europe/Zurich" PRESET_ROOT_PASSWORD="" PRESET_ROOT_KEY="https://gitea.dellenba.ch/infra/public_keys/raw/branch/main/root@opi-six.pub" SET_LANG_BASED_ON_LOCATION=n +PRESET_USER_NAME="armbian" +PRESET_USER_PASSWORD="" +PRESET_USER_KEY="https://gitea.dellenba.ch/infra/public_keys/raw/branch/main/armbian@opi-six.pub" +PRESET_DEFAULT_REALNAME="Armbian" +PRESET_USER_SHELL="bash"