Update nixos/modules/services/networking/xrdp.nix
Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
This commit is contained in:
parent
9c478c1995
commit
1906561f8d
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ in
|
|||
};
|
||||
|
||||
confDir = mkOption {
|
||||
type = types.package;
|
||||
type = types.path;
|
||||
default = confDir;
|
||||
description = "The location of the config files for xrdp.";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue