feat(x1): configure gnome-remote-desktop systemd service
- Added `wantedBy = ["graphical.target"]` to the `gnome-remote-desktop` service configuration. - Ensures the service starts automatically with the graphical session.
This commit is contained in:
parent
61d5c8416e
commit
296aac6864
1 changed files with 3 additions and 0 deletions
|
@ -133,6 +133,9 @@ with lib.metacfg;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.gnome.gnome-remote-desktop.enable = true;
|
services.gnome.gnome-remote-desktop.enable = true;
|
||||||
|
systemd.services.gnome-remote-desktop = {
|
||||||
|
wantedBy = [ "graphical.target" ];
|
||||||
|
};
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
LIBVA_DRIVER_NAME = "iHD";
|
LIBVA_DRIVER_NAME = "iHD";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue