l morpheus.r: add autologin
This commit is contained in:
parent
9f19b5f961
commit
b246b8ac43
|
@ -30,4 +30,12 @@ with import <stockholm/lib>;
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
services.xserver.desktopManager.default = "none";
|
||||
services.xserver.displayManager.lightdm.autoLogin = {
|
||||
enable = true;
|
||||
user = "lass";
|
||||
timeout = 5;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue