From 97a10e05cd3307b28d33c9451817b0910db924ce Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Sun, 18 Feb 2024 21:14:30 -0600 Subject: [PATCH] add rdp client --- configuration-nas.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration-nas.nix b/configuration-nas.nix index 811bdd9..ee75b93 100644 --- a/configuration-nas.nix +++ b/configuration-nas.nix @@ -135,7 +135,7 @@ in # Enable RDP xrdp = { enable = true; - defaultWindowManager = "plasmawayland"; + defaultWindowManager = "startplasma-x11"; openFirewall = true; }; };