mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
10 lines
152 B
Nix
10 lines
152 B
Nix
{...}: {
|
|
services = {
|
|
rustdesk-server = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
signal.relayHosts = ["100.64.0.4"];
|
|
};
|
|
};
|
|
}
|