feat(nix): enable GNOME remote desktop and update flake lock

- Enabled `services.gnome.gnome-remote-desktop` in the `x1` configuration.
- Removed an unused `lib` parameter in the `forgejo.nix` module.
- Updated the `home-manager` source in the `flake.lock` file with the latest revision and hash.
This commit is contained in:
Harald Hoyer 2025-12-03 09:44:16 +01:00
parent 62f1eb0a2d
commit 9f792774a5
3 changed files with 4 additions and 4 deletions

View file

@ -12,6 +12,7 @@ with lib.metacfg;
];
services.rustdesk-server.signal.enable = false;
services.gnome.gnome-remote-desktop.enable = true;
services.tailscale.enable = true;