Revert "add todo"

This reverts commit 54bfa1c8ac.
This commit is contained in:
陈浩南 2024-02-15 16:54:57 +08:00
parent 8a5bb908c7
commit fe089060ae

View File

@ -1,6 +1,5 @@
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; };