nixos: disable sound for minimal ISO
Saves a few megabytes of ALSA stuff.
This commit is contained in:
@@ -14,4 +14,6 @@ with lib;
|
||||
|
||||
programs.man.enable = mkDefault false;
|
||||
programs.info.enable = mkDefault false;
|
||||
|
||||
sound.enable = mkDefault false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user