services.xrdp.extraConfDirCommands

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
<nixpkgs/nixos/modules/services/networking/xrdp.nix>