Skip to content

Commit

Permalink
Add Nixos power note to system76-software.md
Browse files Browse the repository at this point in the history
ppd (enabled by default on Gnome NixOS installs) must be disabled for system76-power to start. Include that info in docs.
  • Loading branch information
spaceoden authored Jun 30, 2024
1 parent 8da6e81 commit f57daae
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions content/system76-software.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,3 +270,14 @@ hardware.system76.enableAll = true;
```bash
sudo nixos-rebuild switch
```

If your system has power-profiles-daemon installed (done by default on Gnome installs), 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 f57daae

Please sign in to comment.