rdp retooling

This commit is contained in:
2026-03-24 20:07:54 -05:00
parent 962fae0603
commit f5e971a5b1

View File

@@ -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 = ''