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