Skip to content

Commit

Permalink
[PCs] Add autologin
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Gregoire committed Jan 21, 2020
1 parent 0612815 commit 1845ee5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixos/profiles/PC/services.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
enable = true;
displayManager.lightdm = {
enable = true;
autoLogin = {
enable = true;
user = config.resources.username;
};
};
};

Expand Down

0 comments on commit 1845ee5

Please sign in to comment.