configuring a bit closer

This commit is contained in:
Matt Nish-Lapidus 2024-09-28 21:03:16 -04:00
parent eca8865598
commit 2ff88307eb
4 changed files with 48 additions and 11 deletions

View file

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ nixos-hardware, config, pkgs, ... }:
{ nixos-hardware, config, pkgs, musnix, ... }:
{
imports =
@ -79,6 +79,16 @@
};
};
musnix = {
enable = true;
alsaSeq.enable = true;
rtcqs.enable = true;
};
services.udev.extraRules = ''
DEVPATH=="/devices/virtual/misc/cpu_dma_latency", OWNER="root", GROUP="audio", MODE="0660"
'';
services.xserver.videoDrivers = [ "nvidia" ];
networking.hostName = "eddie";