Update nixos/modules/services/networking/xrdp.nix

Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
This commit is contained in:
Kevin Tran 2021-12-10 09:08:45 +11:00 committed by GitHub
parent 9c478c1995
commit 1906561f8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ in
};
confDir = mkOption {
type = types.package;
type = types.path;
default = confDir;
description = "The location of the config files for xrdp.";
};