Skip to content

Commit

Permalink
security: disable session manager autologin
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Dec 27, 2024
1 parent 8e1cbd3 commit c020d8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions system/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
xsession-name = "i3";
in {
services.displayManager = {
autoLogin.enable = true;
autoLogin.user = "farlion";

defaultSession = xsession-name;
};

Expand All @@ -14,7 +11,6 @@ in {
displayManager = {
lightdm = {
enable = true;
greeter.enable = false;
};
};

Expand Down

0 comments on commit c020d8e

Please sign in to comment.