mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
fixes for making xrdp work
This commit is contained in:
parent
a51d38d7d9
commit
1d27766d74
2 changed files with 4 additions and 8 deletions
|
@ -6,6 +6,7 @@
|
|||
gdm = {
|
||||
enable = true;
|
||||
autoSuspend = false;
|
||||
wayland = true;
|
||||
};
|
||||
};
|
||||
desktopManager = {
|
||||
|
|
|
@ -1,13 +1,8 @@
|
|||
{
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
displayManager.sddm.enable = true;
|
||||
desktopManager.plasma5.enable = true;
|
||||
};
|
||||
xrdp = {
|
||||
enable = true;
|
||||
defaultWindowManager = "startplasma-x11";
|
||||
defaultWindowManager = "/run/current-system/sw/bin/gnome-shell";
|
||||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue