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

@ -18,7 +18,13 @@
networking = {
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 = {
enable = true;