summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vali.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/vali.nix b/vali.nix
index 8c7aae70..78ffc0d3 100644
--- a/vali.nix
+++ b/vali.nix
@@ -134,10 +134,10 @@ rec {
134 134
135 sound = { 135 sound = {
136 enable = true; 136 enable = true;
137 extraConfig = ''
138 defaults.pcm.!card 2
139 '';
140 }; 137 };
138 boot.extraModprobeConfig = ''
139 options snd slots=snd-usb-audio
140 '';
141 141
142 nixpkgs.config.allowUnfree = true; 142 nixpkgs.config.allowUnfree = true;
143 143