From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raghav Gururajan Subject: Adding NitoKey Rules to U-Dev Rules Date: Fri, 05 Jul 2019 15:56:26 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56844) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hjUK0-0004uC-1T for help-guix@gnu.org; Fri, 05 Jul 2019 15:56:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hjUJy-0007Mb-54 for help-guix@gnu.org; Fri, 05 Jul 2019 15:56:39 -0400 Received: from knopi.disroot.org ([178.21.23.139]:41544) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hjUJw-0007KP-Hn for help-guix@gnu.org; Fri, 05 Jul 2019 15:56:37 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 95D963614B for ; Fri, 5 Jul 2019 21:56:31 +0200 (CEST) Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GBdsmYYN-ZpN for ; Fri, 5 Jul 2019 21:56:30 +0200 (CEST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hello Guix! I have NitroKey (https://nitrokey.com). To make it work, it appears nitrokey rules (https://raw.githubusercontent.com/Nitrokey/libnitrokey/ master/data/41-nitrokey.rules) has to be added to udev rules (/etc/udev/rules.d/). Not sure how to do this in guix way. Any ideas? Thank you! Regards, RG.