From e2455137fc876f5202a415bde9a5e91eb5b63d7d Mon Sep 17 00:00:00 2001 From: Alex Stan Date: Tue, 5 Mar 2024 20:25:41 +0200 Subject: [PATCH] e Signed-off-by: Alex Stan --- hosts/titan/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/titan/configuration.nix b/hosts/titan/configuration.nix index 5ce2c87..5e19f1c 100644 --- a/hosts/titan/configuration.nix +++ b/hosts/titan/configuration.nix @@ -259,6 +259,12 @@ in { services = { + xrdp = { + enable = true; + defaultWindowManager = "startplasma-x11"; + openFirewall = false; + }; + x2goserver.enable = true; emacs = { enable = false; # takes a lot of time to compile /*