summaryrefslogtreecommitdiffstats
path: root/2configs/hw/slaesh.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-02-27 13:37:35 +0100
committermakefu <github@syntax-fehler.de>2023-02-27 13:37:35 +0100
commitd2323ce90caba5ce212c9b83869006db695a9132 (patch)
treee96b87374906d9626fad5dd8fa72767b7e9324da /2configs/hw/slaesh.nix
parentd6b4f2df7daeca22e8d68b200bc91271ce599146 (diff)
ma wbob.r: use new zigbee stick
Diffstat (limited to '2configs/hw/slaesh.nix')
-rw-r--r--2configs/hw/slaesh.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/2configs/hw/slaesh.nix b/2configs/hw/slaesh.nix
new file mode 100644
index 000000000..1a7d053b9
--- /dev/null
+++ b/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"
+ '';
+}