chore(nix): enable RustDesk and update configurations
- Uncommented `rustdesk.nix` in MX system and added `rustdesk-flutter` to GUI services. - Disabled `services.rustdesk-server.signal` on X1 system to align with updated settings.
This commit is contained in:
parent
0603825f36
commit
bf82f7afa0
3 changed files with 4 additions and 2 deletions
|
|
@ -167,6 +167,7 @@ in
|
|||
yubikey-personalization
|
||||
zellij
|
||||
gnome-remote-desktop
|
||||
rustdesk-flutter
|
||||
]
|
||||
++ lib.optionals pkgs.stdenv.targetPlatform.isx86_64 (
|
||||
with pkgs;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
./nginx.nix
|
||||
./postgresql.nix
|
||||
./rspamd.nix
|
||||
# ./rustdesk.nix
|
||||
./rustdesk.nix
|
||||
./users.nix
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,8 @@ with lib.metacfg;
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
services.rustdesk-server.enable = true;
|
||||
services.rustdesk-server.signal.enable = false;
|
||||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
services.cratedocs-mcp.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue