enabling displayManager

This commit is contained in:
2024-11-17 12:01:21 -05:00
parent 33e6afb24a
commit 89fdac6abf

View File

@@ -35,8 +35,10 @@
services = {
desktopManager.plasma6.enable = true;
displayManager.autoLogin.user = "richie";
displayManager = {
enable = true;
autoLogin.user = "richie";
};
openssh.ports = [ 262 ];