Home : Add Gnome RDP support.

This commit is contained in:
Dmitry Voronin 2024-01-26 18:37:20 +03:00
parent f1f7f3c4fd
commit 916e1c1914

View file

@ -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";
}