mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Add new file
This commit is contained in:
parent
222eaf0fef
commit
8d15a6e629
1 changed files with 17 additions and 0 deletions
17
systems/gaze16.nix
Normal file
17
systems/gaze16.nix
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
{ 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;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue