nixos/displayManager: make autoLogin options independent of DM type
Co-authored-by: volth <volth@volth.com>
This commit is contained in:
@@ -11,9 +11,11 @@
|
||||
uid = 1000;
|
||||
};
|
||||
|
||||
services.xserver.displayManager.sddm.autoLogin = {
|
||||
enable = true;
|
||||
relogin = true;
|
||||
user = "demo";
|
||||
services.xserver.displayManager = {
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
user = "demo";
|
||||
};
|
||||
sddm.autoLogin.relogin = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user