summaryrefslogtreecommitdiffstats
path: root/tv/1systems/mu/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tv/1systems/mu/config.nix')
-rw-r--r--tv/1systems/mu/config.nix12
1 files changed, 5 insertions, 7 deletions
diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix
index 145c73c0..b6a25a2b 100644
--- a/tv/1systems/mu/config.nix
+++ b/tv/1systems/mu/config.nix
@@ -108,13 +108,11 @@ with import <stockholm/lib>;
twoFingerScroll = true;
};
- services.xserver.desktopManager.plasma5 = {
- enable = true;
- };
- services.xserver.displayManager.auto = {
- enable = true;
- user = "vv";
- };
+ services.xserver.desktopManager.plasma5.enable = true;
+
+ services.xserver.displayManager.lightdm.autoLogin.enable = true;
+ services.xserver.displayManager.lightdm.autoLogin.user = "vv";
+ services.xserver.displayManager.lightdm.enable = true;
users.users.vv = {
inherit (config.krebs.users.vv) home uid;