Enable auto login

Signed-off-by: fly <merspieler@alwaysdata.com>
This commit is contained in:
fly 2024-06-01 19:40:25 +00:00
parent 466673896c
commit 85aa2a9845

View file

@ -19,6 +19,13 @@
};
};
services.xserver.displayManager = {
autoLogin = {
enable = true;
user = "fly";
};
};
boot.loader.grub.enable = true;
# boot.loader.grub.efiSupport = true;
boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only