From 399a62d04a2a037d90118a519c1adfa0e6424a15 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Mon, 23 Sep 2024 20:14:56 -0500 Subject: [PATCH] cyclone: enable GNOME Remote Desktop support --- hosts/cyclone/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/cyclone/configuration.nix b/hosts/cyclone/configuration.nix index 7178425..e5ee700 100644 --- a/hosts/cyclone/configuration.nix +++ b/hosts/cyclone/configuration.nix @@ -55,6 +55,8 @@ pulse.enable = true; }; + gnome.gnome-remote-desktop.enable = true; + # We'd like SSH available. openssh = { enable = true;