nixos: disable sound for minimal ISO

Saves a few megabytes of ALSA stuff.
This commit is contained in:
Franz Pletz
2016-11-23 02:24:13 +01:00
parent d64bf1fdad
commit da600849e3
+2
View File
@@ -14,4 +14,6 @@ with lib;
programs.man.enable = mkDefault false;
programs.info.enable = mkDefault false;
sound.enable = mkDefault false;
}