services.xrdp.extraConfDirCommands
NixOS option
Extra commands to run on the default confDir derivation.
type: stringDefault
""
Example
declared in: nixos/modules/services/networking/xrdp.nixView source on NixOS/nixpkgs →''
substituteInPlace $out/sesman.ini \
--replace-fail LogLevel=INFO LogLevel=DEBUG \
--replace-fail LogFile=/dev/null LogFile=/var/log/xrdp.log
''