Disable autoLogin
Signed-off-by: Tristan Druyen <tristan@vault81.de>
This commit is contained in:
parent
e29d5506df
commit
4f80b3b728
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable automatic login for the user.
|
# Enable automatic login for the user.
|
||||||
services.xserver.displayManager.autoLogin.enable = true;
|
# services.xserver.displayManager.autoLogin.enable = true;
|
||||||
services.xserver.displayManager.autoLogin.user = "tristand";
|
# services.xserver.displayManager.autoLogin.user = "tristand";
|
||||||
|
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue