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
|
yubikey-personalization
|
||||||
zellij
|
zellij
|
||||||
gnome-remote-desktop
|
gnome-remote-desktop
|
||||||
|
rustdesk-flutter
|
||||||
]
|
]
|
||||||
++ lib.optionals pkgs.stdenv.targetPlatform.isx86_64 (
|
++ lib.optionals pkgs.stdenv.targetPlatform.isx86_64 (
|
||||||
with pkgs;
|
with pkgs;
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
./nginx.nix
|
./nginx.nix
|
||||||
./postgresql.nix
|
./postgresql.nix
|
||||||
./rspamd.nix
|
./rspamd.nix
|
||||||
# ./rustdesk.nix
|
./rustdesk.nix
|
||||||
./users.nix
|
./users.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,8 @@ with lib.metacfg;
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
services.rustdesk-server.enable = true;
|
services.rustdesk-server.signal.enable = false;
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
|
|
||||||
services.cratedocs-mcp.enable = true;
|
services.cratedocs-mcp.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue