Skip to content

Commit cb64968

Browse files
spaceodenahoneybun
andauthored
Add note about need to disable ppd on NixOS (#1240)
* Add Nixos power note to system76-software.md ppd (enabled by default on Gnome NixOS installs) must be disabled for system76-power to start. Include that info in docs. * Update system76-software.md --------- Co-authored-by: Aaron Honeycutt <[email protected]>
1 parent 8da6e81 commit cb64968

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/system76-software.md

+10
Original file line numberDiff line numberDiff line change
@@ -270,3 +270,13 @@ hardware.system76.enableAll = true;
270270
```bash
271271
sudo nixos-rebuild switch
272272
```
273+
274+
If your system has power-profiles-daemon installed (done by default on GNOME), you'll need to disable it for system76-power to start. Add this line to your `/etc/nixos/configuration.nix` file then rebuild the OS:
275+
276+
```bash
277+
services.power-profiles-daemon.enable = false;
278+
```
279+
280+
```bash
281+
sudo nixos-rebuild switch
282+
```

0 commit comments

Comments
 (0)