mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: rustdesk
This commit is contained in:
parent
d463824ef1
commit
c0fe107cfe
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
_: {
|
_: {
|
||||||
services.rustdesk-server = {
|
services.rustdesk-server = {
|
||||||
enable = true;
|
enable = true;
|
||||||
relayIP = "100.89.32.57";
|
relayHosts = [ "100.89.32.57" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue