feat(gui): disable GDM auto suspend in XRDP config
- Set `services.xserver.displayManager.gdm.autoSuspend` to `false`. - Improves compatibility with XRDP by preventing automatic suspension.
This commit is contained in:
parent
d316ef4c2d
commit
3fbdd939fc
1 changed files with 1 additions and 0 deletions
|
@ -210,5 +210,6 @@ in
|
||||||
services.xrdp.enable = true;
|
services.xrdp.enable = true;
|
||||||
services.xrdp.defaultWindowManager = "${pkgs.gnome-session}/bin/gnome-session";
|
services.xrdp.defaultWindowManager = "${pkgs.gnome-session}/bin/gnome-session";
|
||||||
services.xrdp.openFirewall = true;
|
services.xrdp.openFirewall = true;
|
||||||
|
services.xserver.displayManager.gdm.autoSuspend = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue