Home : Add Gnome RDP support.
This commit is contained in:
parent
f1f7f3c4fd
commit
916e1c1914
|
@ -49,6 +49,12 @@
|
||||||
# Disable ftpd autostart.
|
# Disable ftpd autostart.
|
||||||
systemd.services.vsftpd.wantedBy = lib.mkForce [ ];
|
systemd.services.vsftpd.wantedBy = lib.mkForce [ ];
|
||||||
|
|
||||||
|
# Gnome RDP.
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
openssl
|
||||||
|
gnome.gnome-remote-desktop
|
||||||
|
];
|
||||||
|
|
||||||
# Do not touch ever.
|
# Do not touch ever.
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue