mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
10 lines
156 B
Nix
10 lines
156 B
Nix
{...}: {
|
|
services = {
|
|
rustdesk-server = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
signal.relayHosts = ["156.67.105.203"];
|
|
};
|
|
};
|
|
}
|