From 83d482f5329f413832661db0eb28f2b8edee93a7 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Fri, 8 May 2020 11:57:33 -0400 Subject: [PATCH] urbos config --- system/modules/common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/modules/common.nix b/system/modules/common.nix index 2aa487cdf..1d858e644 100644 --- a/system/modules/common.nix +++ b/system/modules/common.nix @@ -118,6 +118,9 @@ # dates = " }; + urbos.enable = true; + urbos.username = "grfn"; + services.udev.extraRules = '' # UDEV rules for Teensy USB devices ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789B]?", ENV{ID_MM_DEVICE_IGNORE}="1"