feat(mx): enable RustDesk server service

Added configuration to enable the RustDesk server service in the MX system. This facilitates remote desktop functionality out of the box.
This commit is contained in:
Harald Hoyer 2025-02-24 08:30:14 +01:00
parent 8d019af0c3
commit a686d21d39

View file

@ -17,6 +17,8 @@
./users.nix
];
services.rustdesk-server.enable = true;
metacfg = {
base.enable = true;
nix.enable = true;