about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--common.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index ea6b0286..ad7cb12a 100644
--- a/common.nix
+++ b/common.nix
@@ -89,6 +89,11 @@
       drivers = [ pkgs.foo2zjs pkgs.foomatic_filters ];
     };
 
+    udev.extraRules = ''
+      SUBSYSTEM=="tty", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", \
+        ATTRS{serial}=="0001", OWNER="aszlig", SYMLINK+="axbo"
+    '';
+
     xserver = {
       enable = true;
       layout = "dvorak";