mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Add new file
This commit is contained in:
parent
45a1b97af9
commit
d354fffd4d
1 changed files with 10 additions and 0 deletions
10
hosts/x86_64/macbook-intel.nix
Normal file
10
hosts/x86_64/macbook-intel.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.kernelModules = [ "wl" ];
|
||||
boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
|
||||
boot.blacklistedKernelModules = [ "b43" "bcma" ];
|
||||
|
||||
# Name your host machine
|
||||
networking.hostName = "macbook";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue