nixos/xrdp: add missing defaultText

This commit is contained in:
pennae
2021-12-29 20:12:02 +01:00
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.";
};
};