nixos/gdm: automatically enable services.displayManager
This commit is contained in:
@@ -147,6 +147,9 @@ in
|
||||
|
||||
services.displayManager =
|
||||
{
|
||||
# Enable desktop session data
|
||||
enable = true;
|
||||
|
||||
environment = {
|
||||
GDM_X_SERVER_EXTRA_ARGS = toString
|
||||
(lib.filter (arg: arg != "-terminate") cfg.xserverArgs);
|
||||
|
||||
Reference in New Issue
Block a user