nixos/xrdp: add missing defaultText

This commit is contained in:
pennae 2021-12-18 09:28:23 +01:00
parent 55863f14ce
commit bf58a90d09

View File

@ -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.";
};
};