Skip to content

Commit

Permalink
Merge branch 'master' into update-upgrade-ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoneybun authored Jul 3, 2024
2 parents 0cd5320 + cb64968 commit 4161799
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 4161799

Please sign in to comment.