From df574b0dccb8e7019d654ceac091d5191528ff1a Mon Sep 17 00:00:00 2001 From: a-kenji Date: Fri, 19 Jan 2024 16:59:32 +0100 Subject: [PATCH] localsend: add notes about future integrations --- clanModules/localsend.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clanModules/localsend.nix b/clanModules/localsend.nix index 34aed631..b5b6210e 100644 --- a/clanModules/localsend.nix +++ b/clanModules/localsend.nix @@ -4,6 +4,9 @@ , ... }: { + # Integration can be improved, if the following issues get implemented: + # - cli frontend: https://github.com/localsend/localsend/issues/11 + # - ipv6 support: https://github.com/localsend/localsend/issues/549 options.clan.localsend = { enable = lib.mkEnableOption (lib.mdDoc "enable the localsend module"); defaultLocation = lib.mkOption {