installer: autorun xserver in graphical media

This commit is contained in:
worldofpeace 2018-09-20 11:11:48 -04:00 committed by worldofpeace
parent 5edb20533d
commit f6f5151d57

View File

@ -25,9 +25,6 @@ with lib;
services.xserver = { services.xserver = {
enable = true; enable = true;
# Don't start the X server by default.
autorun = mkForce false;
# Automatically login as nixos. # Automatically login as nixos.
displayManager.slim = { displayManager.slim = {
enable = true; enable = true;