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:
parent
fb763114e0
commit
c4851c0d71
4 changed files with 6 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue