Add README
This commit is contained in:
17
clanServices/localsend/README.md
Normal file
17
clanServices/localsend/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
LocalSend is a free, open-source alternative to AirDrop that allows you to
|
||||
securely share files and messages with nearby devices over your local network
|
||||
without needing an internet connection.
|
||||
|
||||
## Example Usage
|
||||
|
||||
```nix
|
||||
inventory.instances = {
|
||||
localsend = {
|
||||
module = {
|
||||
name = "localsend";
|
||||
input = "clan";
|
||||
};
|
||||
roles.default.machines.draper = { };
|
||||
};
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user