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:
parent
62f1eb0a2d
commit
9f792774a5
3 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ with lib.metacfg;
|
|||
];
|
||||
|
||||
services.rustdesk-server.signal.enable = false;
|
||||
services.gnome.gnome-remote-desktop.enable = true;
|
||||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue