From 1906561f8db60072f97ab13460b2c17b52f28713 Mon Sep 17 00:00:00 2001 From: Kevin Tran <47207223+1000teslas@users.noreply.github.com> Date: Fri, 10 Dec 2021 09:08:45 +1100 Subject: [PATCH] Update nixos/modules/services/networking/xrdp.nix Co-authored-by: Ryan Mulligan --- nixos/modules/services/networking/xrdp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/xrdp.nix b/nixos/modules/services/networking/xrdp.nix index afbcb989dae8..e9f123a181ae 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."; };