add localsend

This commit is contained in:
2026-03-29 11:36:38 +01:00
parent 0a625747e5
commit 2ebdafd916
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -48,6 +48,12 @@ in {
wifi.powersave = false;
};
# LocalSend
networking.firewall = {
allowedTCPPorts = [53317];
allowedUDPPorts = [53317];
};
# WebHID/VIA access on Linux (VIA needs hidraw access)
services.udev.extraRules = ''
# General VIA rule (matches vial docs/reddit workaround)