nixos: disable sound for minimal ISO

Saves a few megabytes of ALSA stuff.
This commit is contained in:
Franz Pletz 2016-11-22 22:24:37 +01:00
parent d64bf1fdad
commit da600849e3
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -14,4 +14,6 @@ with lib;
programs.man.enable = mkDefault false;
programs.info.enable = mkDefault false;
sound.enable = mkDefault false;
}