Patches to fix usb bt dongle

This commit is contained in:
Leonardo Eugênio 2022-11-14 12:45:55 -03:00
parent 7891699ec5
commit 3e56f12373
6 changed files with 200 additions and 1 deletions

View file

@ -77,7 +77,7 @@
};
monolith = lib.nixosSystem {
inherit system specialArgs;
modules = [ ./hosts/monolith.nix ./system/gitlab-runner.nix ]
modules = [ ./hosts/monolith.nix ./system/gitlab-runner.nix ./system/btusb-kernel-patches.nix ]
++ common_modules;
};
rainbow = lib.nixosSystem {