diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-08T15·57-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-08T15·57-0400 |
commit | 83d482f5329f413832661db0eb28f2b8edee93a7 (patch) | |
tree | a26a4393e53a8e934933dbe342c0eb83028ccad9 /system/modules | |
parent | f8d43c8143ca07e8aecc499e86cba5f114beae55 (diff) |
urbos config
Diffstat (limited to 'system/modules')
-rw-r--r-- | system/modules/common.nix | 3 |
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" |