Skip to content

Commit deb74f4

Browse files
ahoneybunAaron Honeycutt
and
Aaron Honeycutt
authored
Add NixOS configuration (#1113)
* Add NixOS configuration * Update system76-software.md Addressing feedback --------- Co-authored-by: Aaron Honeycutt <[email protected]>
1 parent f04e9a6 commit deb74f4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/system76-software.md

+13
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,16 @@ This command will be used to install the <u>System76 OLED</u> which is used for
242242
```bash
243243
sudo dnf install system76-oled
244244
```
245+
246+
## NixOS
247+
248+
For hardware support, this line needs to be added to your `/etc/nixos/configuration.nix` file then rebuild the OS:
249+
250+
```bash
251+
# System76
252+
hardware.system76.enableAll = true;
253+
```
254+
255+
```bash
256+
sudo nixos-rebuild switch
257+
```

0 commit comments

Comments
 (0)