From c2295916b3280e342eaaab168fe886dcba9341fc Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 10 Jul 2022 19:10:49 -0400 Subject: [PATCH] mkDefault consistency --- lenovo/thinkpad/p52/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lenovo/thinkpad/p52/default.nix b/lenovo/thinkpad/p52/default.nix index 763c742..78d700d 100644 --- a/lenovo/thinkpad/p52/default.nix +++ b/lenovo/thinkpad/p52/default.nix @@ -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 # -----------------------