From d2323ce90caba5ce212c9b83869006db695a9132 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 27 Feb 2023 13:37:35 +0100 Subject: ma wbob.r: use new zigbee stick --- 2configs/hw/slaesh.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 2configs/hw/slaesh.nix (limited to '2configs/hw/slaesh.nix') 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" + ''; +} -- cgit v1.2.3