mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49: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
|
|
@ -18,6 +18,8 @@ in
|
||||||
../nixosModules/extra/layouts
|
../nixosModules/extra/layouts
|
||||||
|
|
||||||
(modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix")
|
(modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix")
|
||||||
|
|
||||||
|
# ./installer/tungsten.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
|
|
|
||||||
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