Update oryp6.nix

This commit is contained in:
Aaron Honeycutt 2022-09-02 18:16:16 +00:00
parent 31efd279d0
commit 5dae3a9f1a

View file

@ -1,6 +1,9 @@
{ config, pkgs, ... }:
{
# Name your host machine
networking.hostName = "oryp6";
# NVIDIA
services.xserver.videoDrivers = [ "nvidia" ];
hardware.opengl.enable = true;