nixos/xrdp: add missing defaultText

main
pennae 2 years ago
parent 55863f14ce
commit bf58a90d09
  1. 1
      nixos/modules/services/networking/xrdp.nix

@ -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…
Cancel
Save