mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 17:56:35 +05:30
10 lines
140 B
Nix
10 lines
140 B
Nix
{...}: {
|
|
services = {
|
|
rustdesk-server = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
relayIP = "100.64.0.4";
|
|
};
|
|
};
|
|
}
|