vanadium: +localsend

This commit is contained in:
Primrose 2025-07-15 21:19:36 +02:00
parent 1ec7a89053
commit 8545c9c2ef
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 8 additions and 1 deletions

View file

@ -80,6 +80,7 @@
# pkgs.xournalpp # pkgs.xournalpp
pkgs.nicotine-plus pkgs.nicotine-plus
pkgs.picard # music tagger pkgs.picard # music tagger
pkgs.localsend # file share with iOS
# social # social
pkgs.iamb pkgs.iamb

View file

@ -18,7 +18,13 @@
networking = { networking = {
networkmanager.enable = lib.mkForce false; networkmanager.enable = lib.mkForce false;
firewall.allowedTCPPorts = [8080]; firewall.allowedTCPPorts = [
8080
# For 'localsend'
# https://github.com/localsend/localsend?tab=readme-ov-file#setup
53317
];
wireless = { wireless = {
enable = true; enable = true;