update, enable lldp

This commit is contained in:
Daniel Bulant 2025-08-04 16:15:08 +02:00
parent 5d45f3504e
commit abbc416225
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -397,7 +397,7 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1
bind = super, m, layoutmsg,swapwithmaster
bind = super alt, m, layoutmsg,swapwithmaster
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow

View file

@ -416,6 +416,7 @@ in
enable = true;
openDefaultPorts = true;
};
services.lldpd.enable = true;
systemd.services.syncthing.environment.STNODEFAULTFOLDER = "true";