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:
parent
8d019af0c3
commit
a686d21d39
|
@ -17,6 +17,8 @@
|
|||
./users.nix
|
||||
];
|
||||
|
||||
services.rustdesk-server.enable = true;
|
||||
|
||||
metacfg = {
|
||||
base.enable = true;
|
||||
nix.enable = true;
|
||||
|
|
Loading…
Reference in a new issue