Skip to content

localsend

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

Categories

Uncategorized

Usage via Inventory

This module cannot be used via the inventory interface.

Usage via Nix

This module can be also imported directly in your nixos configuration. Although it is recommended to use the inventory interface if available.

Some modules are considered 'low-level' or 'expert modules' and are not available via the inventory interface.

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

Module Options

The following options are available for this module.

clan.localsend.displayName

The name that localsend will use to display your instance.

Type: null or string

Default:

null

localsend

clan.localsend.ipv4Addr

Every machine needs a unique ipv4 address

Type: string

Example
"192.168.56.2/24"

localsend

clan.localsend.package

The localsend package to use.

Type: package

Default:

pkgs.localsend

localsend