sunshine: fix tray icon and menu links

Changed files
+5 -1
nixos
modules
services
networking
pkgs
top-level
+2
nixos/modules/services/networking/sunshine.nix
···
startLimitIntervalSec = 500;
startLimitBurst = 5;
+
environment.PATH = lib.mkForce null; # don't use default PATH, needed for tray icon menu links to work
+
serviceConfig = {
# only add configFile if an application or a setting other than the default port is set to allow configuration from web UI
ExecStart = escapeSystemdExecArgs (
+3 -1
pkgs/top-level/all-packages.nix
···
sieveshell = with python3.pkgs; toPythonApplication managesieve;
-
sunshine = callPackage ../by-name/su/sunshine/package.nix { };
+
sunshine = callPackage ../by-name/su/sunshine/package.nix {
+
boost = boost185;
+
};
jami = qt6Packages.callPackage ../applications/networking/instant-messengers/jami {
# TODO: remove once `udev` is `systemdMinimal` everywhere.