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 {