Patches to fix usb bt dongle
This commit is contained in:
parent
7891699ec5
commit
3e56f12373
6 changed files with 200 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue