configuring a bit closer
This commit is contained in:
parent
eca8865598
commit
2ff88307eb
4 changed files with 48 additions and 11 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue