From 96ba1fab12c1ee453c3f8f94e7c8a7a6fdae1103 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 16 Jun 2020 19:06:20 +0800 Subject: [PATCH] wfvm: autologin user This makes manual testing of GUI applications easier. --- artiq-fast/wfvm/autounattend.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq-fast/wfvm/autounattend.nix b/artiq-fast/wfvm/autounattend.nix index 89937de..66744b7 100644 --- a/artiq-fast/wfvm/autounattend.nix +++ b/artiq-fast/wfvm/autounattend.nix @@ -8,7 +8,7 @@ , systemLocale ? "en-US" , users ? {} , productKey ? null -, defaultUser ? null +, defaultUser ? "wfvm" , setupCommands ? [] , timeZone ? "UTC" , services ? {}