mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
installer: made for tungsten
This commit is contained in:
parent
fbcd8eb746
commit
6e721d3a72
2 changed files with 16 additions and 0 deletions
14
nix/configurations/installer/tungsten.nix
Normal file
14
nix/configurations/installer/tungsten.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
../../nixosModules/extra/macbook-swap-fn-ctrl.nix
|
||||
../../configurations/tungsten/nixos/hardware-configuration.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"broadcom-sta" # wifi driver
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue