summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/hw/slaesh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/hw/slaesh.nix')
-rw-r--r--makefu/2configs/hw/slaesh.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/makefu/2configs/hw/slaesh.nix b/makefu/2configs/hw/slaesh.nix
new file mode 100644
index 000000000..1a7d053b9
--- /dev/null
+++ b/makefu/2configs/hw/slaesh.nix
@@ -0,0 +1,9 @@
+{ config, lib, pkgs, ... }:
+
+{
+
+ users.users.${config.krebs.build.user.name}.extraGroups = [ "dialout" ];
+ services.udev.extraRules = ''
+ SUBSYSTEM=="tty", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", SYMLINK+="zigbee", MODE="0660", GROUP="dailout"
+ '';
+}