summary refs log tree commit diff
diff options
context:
space:
mode:
authorKevin Tran <47207223+1000teslas@users.noreply.github.com>2021-12-10 09:08:45 +1100
committerGitHub <noreply@github.com>2021-12-10 09:08:45 +1100
commit1906561f8db60072f97ab13460b2c17b52f28713 (patch)
tree0b4bcd4c2c25df4c30c7b5ba1dc9f12ba188d07c
parent9c478c19952a369b14f632d5920a104c9cff74b8 (diff)
downloadnixpkgs-1906561f8db60072f97ab13460b2c17b52f28713.tar
nixpkgs-1906561f8db60072f97ab13460b2c17b52f28713.tar.gz
nixpkgs-1906561f8db60072f97ab13460b2c17b52f28713.tar.bz2
nixpkgs-1906561f8db60072f97ab13460b2c17b52f28713.tar.lz
nixpkgs-1906561f8db60072f97ab13460b2c17b52f28713.tar.xz
nixpkgs-1906561f8db60072f97ab13460b2c17b52f28713.tar.zst
nixpkgs-1906561f8db60072f97ab13460b2c17b52f28713.zip
Update nixos/modules/services/networking/xrdp.nix
Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
-rw-r--r--nixos/modules/services/networking/xrdp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/xrdp.nix b/nixos/modules/services/networking/xrdp.nix
index afbcb989dae..e9f123a181a 100644
--- a/nixos/modules/services/networking/xrdp.nix
+++ b/nixos/modules/services/networking/xrdp.nix
@@ -98,7 +98,7 @@ in
       };
 
       confDir = mkOption {
-        type = types.package;
+        type = types.path;
         default = confDir;
         description = "The location of the config files for xrdp.";
       };