Update gaze16.nix

This commit is contained in:
Aaron Honeycutt 2023-02-02 20:04:07 +00:00
parent 8d15a6e629
commit 7f825a0c9f

View file

@ -1,17 +0,0 @@
{ config, pkgs, ... }:
{
# Name your host machine
networking.hostName = "gaze16";
# System76
hardware.system76.enableAll = true;
# NVIDIA
services.xserver.videoDrivers = [ "nvidia" ];
hardware.opengl.enable = true;
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
# Allow Unfree
nixpkgs.config.allowUnfree = true;
}