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; wifi.powersave = false;
}; };
# LocalSend
networking.firewall = {
allowedTCPPorts = [53317];
allowedUDPPorts = [53317];
};
# WebHID/VIA access on Linux (VIA needs hidraw access) # WebHID/VIA access on Linux (VIA needs hidraw access)
services.udev.extraRules = '' services.udev.extraRules = ''
# General VIA rule (matches vial docs/reddit workaround) # General VIA rule (matches vial docs/reddit workaround)
+1
View File
@@ -28,6 +28,7 @@
obs-studio obs-studio
jjui jjui
bat bat
localsend
]; ];
systemd.user.services.handy = { systemd.user.services.handy = {