X2goserver
services.x2goserver.enable
Enables the x2goserver module.
NOTE: This will create a good amount of symlinks in /usr/local/bin
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/x2goserver.nix
services.x2goserver.nxagentDefaultOptions
List of default nx agent options.
Type: list of string
Default
["-extension GLX""-nolisten tcp"]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/x2goserver.nix
services.x2goserver.settings
x2goserver.conf ini configuration as nix attributes. See
x2goserver.conf(5)
for details
Type: attribute set of (attribute set)
Default
{ }
Example
{superenicer = {"enable" = "yes";"idle-nice-level" = 19;};telekinesis = { "enable" = "no"; };}
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/x2goserver.nix
services.x2goserver.superenicer.enable
Enables the SupeReNicer code in x2gocleansessions, this will renice suspended sessions to nice level 19 and renice them to level 0 if the session becomes marked as running again
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/x2goserver.nix