add arduino udev rules

This commit is contained in:
Osman Faruk Bayram 2024-11-08 15:23:26 +03:00
parent 8aab1c882e
commit 1b5c5a72b5

View file

@ -151,6 +151,10 @@
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
services.openssh.enable = true; services.openssh.enable = true;
services.udev.extraRules = ''
KERNEL=="ttyACM0", MODE="0666"
'';
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];