From f5e971a5b1f60703dd60cdd49c3b6be562c76a53 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 24 Mar 2026 20:07:54 -0500 Subject: [PATCH] rdp retooling --- modules/rdp.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/rdp.nix b/modules/rdp.nix index 8b3f7d5..9e061cd 100755 --- a/modules/rdp.nix +++ b/modules/rdp.nix @@ -19,7 +19,7 @@ lib.mkIf config.sovran_systemsOS.features.rdp { users.groups.gnome-remote-desktop = {}; systemd.services.gnome-remote-desktop-setup = { - description = "GNOME Remote Desktop RDP Setup (declarative)"; + description = "GNOME Remote Desktop RDP Setup"; wantedBy = [ "multi-user.target" ]; @@ -35,7 +35,6 @@ lib.mkIf config.sovran_systemsOS.features.rdp { Type = "oneshot"; RemainAfterExit = true; - StateDirectory = "gnome-remote-desktop"; }; script = ''