This commit is contained in:
陈浩南 2024-02-15 16:16:40 +08:00
parent 54493a2ec6
commit 54bfa1c8ac

View File

@ -1,5 +1,6 @@
inputs:
{
# TODO: some xrdp instances should only listen on private interfaces
options.nixos.services.xrdp = let inherit (inputs.lib) mkOption types; in
{
enable = mkOption { type = types.bool; default = false; };