mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
nixos: disable sound for minimal ISO
Saves a few megabytes of ALSA stuff.
This commit is contained in:
parent
d64bf1fdad
commit
da600849e3
@ -14,4 +14,6 @@ with lib;
|
||||
|
||||
programs.man.enable = mkDefault false;
|
||||
programs.info.enable = mkDefault false;
|
||||
|
||||
sound.enable = mkDefault false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user