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