enabled autologin on mauville

This commit is contained in:
Aly Raffauf 2024-03-07 02:02:00 -05:00
parent d900c4271d
commit de2bcdc562

View file

@ -27,6 +27,9 @@
options = lib.mkForce "--delete-older-than 14d"; options = lib.mkForce "--delete-older-than 14d";
}; };
services.xserver.displayManager.autoLogin.enable = true;
services.xserver.displayManager.autoLogin.user = "aly";
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave # on your system were taken. Its perfectly fine and recommended to leave