From 2ccb2d90c9af96b1ee4e53c5325608e55d41a43d Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 30 Sep 2022 17:42:51 +0000 Subject: [PATCH] Add System76 items --- systems/oryp6.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systems/oryp6.nix b/systems/oryp6.nix index 08eb1ce..1a5ccc5 100644 --- a/systems/oryp6.nix +++ b/systems/oryp6.nix @@ -4,6 +4,9 @@ # Name your host machine networking.hostName = "oryp6"; + # System76 + hardware.system76.enableAll = true; + # NVIDIA services.xserver.videoDrivers = [ "nvidia" ]; hardware.opengl.enable = true;