Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nixos: xserver.displayManager: use slim for automatic logins #46396

Closed
wants to merge 3 commits into from

Commits on Sep 8, 2018

  1. nixos: xserver.displayManager: use slim for automatic logins

    `lightdm` is not that light for automatic logins: it runs two processes
    three threads each (while slim runs one of each) all of which stay in
    memory even after login is finished. Meanwhile, `auto` users usually
    want the display manager to get out of their way, not to pollute their
    system with six useless threads.  Moreover, the closure size of slim+theme
    in its default config in NixOS is 53M, while the similar closure size of
    lightdm+greeter+theme is 254M.
    
    This reverts a part of commit fc035da.
    oxij committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    167bbf7 View commit details
    Browse the repository at this point in the history
  2. Revert "nixos/displayManagers/auto: allow root auto-login"

    This reverts commit 5f72169.
    oxij committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    1c6f3cb View commit details
    Browse the repository at this point in the history
  3. Revert "nixos/tests/flatpak: explicitly disable gdm to fix eval"

    This reverts commit 7e9bd2d.
    
    No longer needed after the previous commit.
    oxij committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    5072f73 View commit details
    Browse the repository at this point in the history