about summary refs log tree commit diff
path: root/system
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-05-08T15·57-0400
committerGriffin Smith <root@gws.fyi>2020-05-08T15·57-0400
commit83d482f5329f413832661db0eb28f2b8edee93a7 (patch)
treea26a4393e53a8e934933dbe342c0eb83028ccad9 /system
parentf8d43c8143ca07e8aecc499e86cba5f114beae55 (diff)
urbos config
Diffstat (limited to 'system')
-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 2aa487cdf1..1d858e644d 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"