diff --git a/.config/linux/system/home/Configuration.nix b/.config/linux/system/home/Configuration.nix index 8db01f8..65ddf4c 100644 --- a/.config/linux/system/home/Configuration.nix +++ b/.config/linux/system/home/Configuration.nix @@ -49,6 +49,12 @@ # Disable ftpd autostart. systemd.services.vsftpd.wantedBy = lib.mkForce [ ]; + # Gnome RDP. + environment.systemPackages = with pkgs; [ + openssl + gnome.gnome-remote-desktop + ]; + # Do not touch ever. system.stateVersion = "23.11"; }