nixos/xserver: Remove tty option

Note about sddm: The MinimumVT option has been documented as unavailable since v0.20.
This commit is contained in:
Will Fancher 2025-07-24 21:52:43 -04:00
commit 878c68dad3
6 changed files with 8 additions and 16 deletions

View file

@ -190,7 +190,6 @@ in
users.groups.gdm.gid = config.ids.gids.gdm;
# GDM needs different xserverArgs, presumable because using wayland by default.
services.xserver.tty = null;
services.xserver.display = null;
services.xserver.verbose = null;