From 65b47eb13ad8a9c8aee2766985933369ee0823bb Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 2 Sep 2022 18:15:46 +0000 Subject: [PATCH] Update hp-omen.nix --- systems/hp-omen.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systems/hp-omen.nix b/systems/hp-omen.nix index c2544d9..f7630d0 100644 --- a/systems/hp-omen.nix +++ b/systems/hp-omen.nix @@ -1,6 +1,10 @@ { config, pkgs, ... }: { + + # Name your host machine + networking.hostName = "oryp6"; + # NVIDIA services.xserver.videoDrivers = [ "nvidia" ]; hardware.opengl.enable = true;