alien: remove autologin
This commit is contained in:
parent
2f184aa383
commit
4eff0ed720
1 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@
|
|||
|
||||
services.displayManager = {
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
user = "sckova";
|
||||
};
|
||||
defaultSession = "niri";
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
'';
|
||||
};
|
||||
|
||||
security.sudo.wheelNeedsPassword = true;
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
hardware.nvidia = {
|
||||
modesetting.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue