Skip to content

Commit

Permalink
Add note about need to disable ppd on NixOS (#1240)
Browse files Browse the repository at this point in the history
* 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 <aaronhoneycutt@protonmail.com>
  • Loading branch information
spaceoden and ahoneybun authored Jul 2, 2024
1 parent 8da6e81 commit cb64968
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/system76-software.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,3 +270,13 @@ hardware.system76.enableAll = true;
```bash
sudo nixos-rebuild switch
```

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:

```bash
services.power-profiles-daemon.enable = false;
```

```bash
sudo nixos-rebuild switch
```

0 comments on commit cb64968

Please sign in to comment.