services.xrdp.extraConfDirCommands

NixOS option

Extra commands to run on the default confDir derivation.

type: string
Default
""
Example
''
  substituteInPlace $out/sesman.ini \
    --replace-fail LogLevel=INFO LogLevel=DEBUG \
    --replace-fail LogFile=/dev/null LogFile=/var/log/xrdp.log
''
declared in: nixos/modules/services/networking/xrdp.nixView source on NixOS/nixpkgs →