about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--system/modules/common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/modules/common.nix b/system/modules/common.nix
index 2aa487cdf1bd..1d858e644deb 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"