From 0bd0ca09a39cc8e26ccdc8a08c61d468b76522cb Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Thu, 2 Jul 2020 18:53:55 -0400 Subject: refactor(gs/chupacabra): Vendor urbint config If I want to build this on TVL's CI I can't reference ~/code/urb/urbos, obviously, so I'll just vendor it here which is fine Change-Id: I40feb4b29fafae1d3bb0119b7cca1613a4582fdc Reviewed-on: https://cl.tvl.fyi/c/depot/+/885 Tested-by: BuildkiteCI Reviewed-by: glittershark Reviewed-by: BuildkiteCI --- users/glittershark/system/system/modules/common.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'users/glittershark/system/system/modules/common.nix') diff --git a/users/glittershark/system/system/modules/common.nix b/users/glittershark/system/system/modules/common.nix index 66d57704a0..c7f5055a82 100644 --- a/users/glittershark/system/system/modules/common.nix +++ b/users/glittershark/system/system/modules/common.nix @@ -8,7 +8,6 @@ ./sound.nix ./kernel.nix ./rtlsdr.nix - /home/grfn/code/urb/urbos/system ]; boot.loader.systemd-boot.enable = true; @@ -129,9 +128,6 @@ }; }; - 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" -- cgit 1.4.1