From 33aa9f1c5a84180924a17c4349b117b6bdabeb91 Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Sat, 13 Apr 2024 21:26:15 +0200 Subject: [PATCH] fixed typo --- template/custom/basic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/custom/basic.nix b/template/custom/basic.nix index ae1dfac..fcc295f 100644 --- a/template/custom/basic.nix +++ b/template/custom/basic.nix @@ -33,7 +33,7 @@ }; }; - services.getty.autoLoginUser = "demo"; + services.getty.autologinUser = "demo"; console.keyMap = "de"; time.timeZone = "Europe/Vienna";