From 54bfa1c8ace02d8bc0b6d3ac05c6d808fe0c0e50 Mon Sep 17 00:00:00 2001 From: chn Date: Thu, 15 Feb 2024 16:16:40 +0800 Subject: [PATCH] add todo --- modules/services/xrdp.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/xrdp.nix b/modules/services/xrdp.nix index e11de2d6..e9df73ff 100644 --- a/modules/services/xrdp.nix +++ b/modules/services/xrdp.nix @@ -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; };