about summary refs log tree commit diff
path: root/nixos/modules/services/networking/xrdp.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2021-12-18 09:28:23 +0100
committerpennae <github@quasiparticle.net>2021-12-29 20:12:02 +0100
commitbf58a90d09fdfb3f24b304be79e1259b123d8632 (patch)
tree617b7d80bd83bbbea414f7a9730765b105f58b92 /nixos/modules/services/networking/xrdp.nix
parent55863f14ce1d4c4f5f3b961315dc8d94b832d12c (diff)
nixos/xrdp: add missing defaultText
Diffstat (limited to 'nixos/modules/services/networking/xrdp.nix')
-rw-r--r--nixos/modules/services/networking/xrdp.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/xrdp.nix b/nixos/modules/services/networking/xrdp.nix
index e9f123a181aec..747fb7a1f9c4e 100644
--- a/nixos/modules/services/networking/xrdp.nix
+++ b/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.";
       };
     };