mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
mkDefault consistency
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
hardware = {
|
||||
nvidia = {
|
||||
prime = {
|
||||
intelBusId = "PCI:0:2:0";
|
||||
nvidiaBusId = "PCI:1:0:0";
|
||||
intelBusId = lib.mkDefault "PCI:0:2:0";
|
||||
nvidiaBusId = lib.mkDefault "PCI:1:0:0";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
};
|
||||
|
||||
# required to make wireless work
|
||||
hardware.enableAllFirmware = true;
|
||||
hardware.enableAllFirmware = lib.mkDefault true;
|
||||
|
||||
# throttled vs. thermald
|
||||
# -----------------------
|
||||
|
||||
Reference in New Issue
Block a user