diff options
Diffstat (limited to 'lass/1systems/morpheus')
| -rw-r--r-- | lass/1systems/morpheus/config.nix | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/lass/1systems/morpheus/config.nix b/lass/1systems/morpheus/config.nix index 0d82ba611..cab267d54 100644 --- a/lass/1systems/morpheus/config.nix +++ b/lass/1systems/morpheus/config.nix @@ -30,4 +30,12 @@ with import <stockholm/lib>;        ];      };    }; + + +  services.xserver.desktopManager.default = "none"; +  services.xserver.displayManager.lightdm.autoLogin = { +    enable = true; +    user = "lass"; +    timeout = 5; +  };  }  | 
