• feat(nix): enable gnome-remote-desktop and xrdp services
• fix(nix): replace ollama with obsidian in system packages • feat(nix): add cheese, freerdp, and rustdesk-flutter to GUI modules • refactor(nix): reorganize gnome extensions and services configuration • chore(nix): configure xrdp to use mkDefault and add firewall rules for RDP • feat(nix): enable gnome-remote-desktop with proper port configuration
This commit is contained in:
parent
71304185bd
commit
f5be97a2f4
2 changed files with 12 additions and 7 deletions
|
|
@ -12,7 +12,6 @@ with lib.metacfg;
|
|||
];
|
||||
|
||||
services.rustdesk-server.signal.enable = false;
|
||||
services.gnome.gnome-remote-desktop.enable = true;
|
||||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
|
|
@ -102,7 +101,7 @@ services.gnome.gnome-remote-desktop.enable = true;
|
|||
kubectx
|
||||
libcamera
|
||||
logseq
|
||||
ollama
|
||||
obsidian
|
||||
piper-tts
|
||||
tipp10
|
||||
uv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue