Enable auto login
Signed-off-by: fly <merspieler@alwaysdata.com>
This commit is contained in:
parent
466673896c
commit
85aa2a9845
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue