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;