mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
nixos/xrdp: add missing defaultText
This commit is contained in:
parent
55863f14ce
commit
bf58a90d09
@ -100,6 +100,7 @@ in
|
||||
confDir = mkOption {
|
||||
type = types.path;
|
||||
default = confDir;
|
||||
defaultText = literalDocBook "generated from configuration";
|
||||
description = "The location of the config files for xrdp.";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user