mkDefault consistency

This commit is contained in:
Chris McDonough 2022-07-10 19:10:49 -04:00
parent f5d9dd114f
commit c2295916b3
1 changed files with 3 additions and 3 deletions

View File

@ -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
# -----------------------