mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
Update nixos/modules/services/networking/xrdp.nix
Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
This commit is contained in:
parent
9c478c1995
commit
1906561f8d
@ -98,7 +98,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
confDir = mkOption {
|
confDir = mkOption {
|
||||||
type = types.package;
|
type = types.path;
|
||||||
default = confDir;
|
default = confDir;
|
||||||
description = "The location of the config files for xrdp.";
|
description = "The location of the config files for xrdp.";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user