Loading nixos/modules/services/networking/sunshine.nix +2 −0 Original line number Diff line number Diff line Loading @@ -177,6 +177,8 @@ in 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 ( Loading pkgs/top-level/all-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -18792,7 +18792,9 @@ with pkgs; 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. Loading
nixos/modules/services/networking/sunshine.nix +2 −0 Original line number Diff line number Diff line Loading @@ -177,6 +177,8 @@ in 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 ( Loading
pkgs/top-level/all-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -18792,7 +18792,9 @@ with pkgs; 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.