add localsend
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
obs-studio
|
||||
jjui
|
||||
bat
|
||||
localsend
|
||||
];
|
||||
|
||||
systemd.user.services.handy = {
|
||||
|
||||
Reference in New Issue
Block a user