apple/macbook-pro/11-5: add a note about switching between integrated and discrete graphics
This commit is contained in:
parent
a4345da27e
commit
33642d338f
|
@ -43,6 +43,11 @@ nixosConfigurations = {
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Power management
|
||||||
|
|
||||||
|
You may also wish to look into dynamic switching between integrated and discrete graphics, but this config doesn't currently attempt it.
|
||||||
|
See the removed [hardware.amdHybridGraphics.disable](https://github.com/NixOS/nixpkgs/pull/33915) option for an entry point.
|
||||||
|
|
||||||
## Hardware probes
|
## Hardware probes
|
||||||
|
|
||||||
Hardware probes generated with `nix run nixpkgs#hw-probe -- -all -upload`:
|
Hardware probes generated with `nix run nixpkgs#hw-probe -- -all -upload`:
|
||||||
|
|
Loading…
Reference in a new issue