From e02d5a3999d0a74d1a2f4aae18401396a52027ec Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 30 Aug 2024 21:59:45 +0200 Subject: [PATCH] Autologin as root in case the user is not working --- lagarto-ox.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lagarto-ox.nix b/lagarto-ox.nix index 644b3eb..142698b 100644 --- a/lagarto-ox.nix +++ b/lagarto-ox.nix @@ -225,6 +225,8 @@ wantedBy = lib.mkForce [ ]; }; + services.getty.autologinUser = lib.mkForce "root"; + sdImage = { # The image will be loaded as-is in memory, so no compression compressImage = false;