feat(mx): isolate rustdesk configuration into separate module
Moved rustdesk-server settings from `default.nix` to a dedicated module `rustdesk.nix`. This improves configuration structure and ensures better modularity for maintainability.
This commit is contained in:
parent
3778bf29d0
commit
64f48c5969
2 changed files with 27 additions and 3 deletions
|
@ -14,12 +14,10 @@
|
|||
./nginx.nix
|
||||
./postgresql.nix
|
||||
./rspamd.nix
|
||||
./rustdesk.nix
|
||||
./users.nix
|
||||
];
|
||||
|
||||
services.rustdesk-server.enable = true;
|
||||
services.rustdesk-server.signal.relayHosts = [ "mx.surfsite.org" ];
|
||||
|
||||
metacfg = {
|
||||
base.enable = true;
|
||||
nix.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue