Skip to content

localsend

Securely sharing files and messages over a local network without internet connectivity.

Usage

To use this module, import it like this:

{config, lib, inputs, ...}: {
    imports = [ inputs.clan-core.clanModules.localsend ];
    # ...
}

Module Options

clan.localsend.defaultLocation

The default download location

Type: string

localsend

clan.localsend.enable

Whether to enable enable the localsend module.

Type: boolean

Default:

false
Example
true

localsend

clan.localsend.package

The localsend package to use.

Type: package

Default:

pkgs.localsend

localsend