about summary refs log tree commit diff
path: root/nixos/modules/services/networking/xrdp.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-11-10treewide: use `types.port` in nixos modulesDaniel Nagy1-1/+1
2022-08-31nixos/*: automatically convert option descriptionspennae1-1/+1
conversions were done using https://github.com/pennae/nix-doc-munge using (probably) rev f34e145 running nix-doc-munge nixos/**/*.nix nix-doc-munge --import nixos/**/*.nix the tool ensures that only changes that could affect the generated manual *but don't* are committed, other changes require manual review and are discarded.
2022-08-27nixos/*: literalDocBook -> literalMDpennae1-1/+1
no change to rendered output
2022-07-30treewide: automatically md-convert option descriptionspennae1-7/+7
the conversion procedure is simple: - find all things that look like options, ie calls to either `mkOption` or `lib.mkOption` that take an attrset. remember the attrset as the option - for all options, find a `description` attribute who's value is not a call to `mdDoc` or `lib.mdDoc` - textually convert the entire value of the attribute to MD with a few simple regexes (the set from mdize-module.sh) - if the change produced a change in the manual output, discard - if the change kept the manual unchanged, add some text to the description to make sure we've actually found an option. if the manual changes this time, keep the converted description this procedure converts 80% of nixos options to markdown. around 2000 options remain to be inspected, but most of those fail the "does not change the manual output check": currently the MD conversion process does not faithfully convert docbook tags like <code> and <package>, so any option using such tags will not be converted at all.
2021-12-29nixos/xrdp: add missing defaultTextpennae1-0/+1
2021-12-10Update nixos/modules/services/networking/xrdp.nixKevin Tran1-1/+1
Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
2021-12-10nixos/xrdp: add confDir option1000teslas1-2/+7
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-1/+1
2021-06-11nixos/xrdp: add openFirewall optionMaciej Krüger1-0/+8
2019-03-24nixos/xrdp: /var/run -> /runBob van der Linden1-4/+4
2019-02-22nixos: add preferLocalBuild=true; on derivations for config filesSymphorien Gibol1-1/+1
2019-01-22xrdp: fix clipboard for non-ASCII charactersRobert Irelan1-0/+6
Without this line, attempting to copy and paste non-ASCII characters will result in error messages like the following (and pasting from the server to the client will not work): ``` CLIPBOARD clipboard_send_data_response_for_text: 823 : ERROR: clipboard_send_data_response_for_text: bad string ```
2018-10-05nixos: correct improper uses of mkEnableOption, clarify service descriptionsPavel Goran1-1/+1
Several service definitions used `mkEnableOption` with text starting with "Whether to", which produced funny option descriptions like "Whether to enable Whether to run the rspamd daemon..". This commit corrects this, and adds short descriptions of services to affected service definitions.
2018-08-16xdg: add modules for supporting various XDG specsMichael Peyton Jones1-3/+7
2018-06-17nixos/xrdp: add fonts.enableDefaultFontsvolth1-0/+1
2017-05-02xrdp: environment.pathsToLink from xserver.nixVolth1-0/+5
2017-05-02xrdp: do not restart xrdp-sesman on nixos-rebuildVolth1-0/+2
2017-04-29do not create non-deterministic file (rsakeys.ini) in nixstoreVolth1-3/+6
2017-04-29xrdp: init at 0.9.1volth1-0/+150