0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

Revert msize related commits (#147180)

This commit is contained in:
Artturi 2021-11-24 02:33:53 +02:00 committed by GitHub
parent fb763114e0
commit c4851c0d71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 14 deletions

View file

@ -306,7 +306,7 @@ in
virtualisation.msize =
mkOption {
type = types.ints.positive;
default = pkgs.vmTools.default9PMsizeBytes;
default = 16384;
description =
''
The msize (maximum packet size) option passed to 9p file systems, in