wireless: use private wireless module automatically

This commit is contained in:
Infinidoge 2023-07-29 12:12:34 -04:00
parent e83f6ba13a
commit 97bf51e81a
5 changed files with 3 additions and 8 deletions

View file

@ -1,7 +1,5 @@
{ pkgs, lib, private, ... }: {
imports = lib.lists.flatten [
private.nixosModules.wireless
./hardware-configuration.nix
./filesystems.nix
];