services.x2goserver.settings
NixOS option
x2goserver.conf ini configuration as nix attributes. See x2goserver.conf(5) for details
type: attribute set of (attribute set)Default
{ }Example
declared in: nixos/modules/services/networking/x2goserver.nixView source on NixOS/nixpkgs →{
superenicer = {
"enable" = "yes";
"idle-nice-level" = 19;
};
telekinesis = { "enable" = "no"; };
}