summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-05-13 20:28:38 +0000
committerAlyssa Ross <hi@alyssa.is>2020-05-13 20:28:38 +0000
commit83116eba4cae0941297950ccec9c6bac908fc7f4 (patch)
tree69f3994c37a3f24551c139fbd8aee14235c3a1d1
parent73fc15cdd3236dda449b35f590a40b66b4acd719 (diff)
downloadnixpkgs-83116eba4cae0941297950ccec9c6bac908fc7f4.tar
nixpkgs-83116eba4cae0941297950ccec9c6bac908fc7f4.tar.gz
nixpkgs-83116eba4cae0941297950ccec9c6bac908fc7f4.tar.bz2
nixpkgs-83116eba4cae0941297950ccec9c6bac908fc7f4.tar.lz
nixpkgs-83116eba4cae0941297950ccec9c6bac908fc7f4.tar.xz
nixpkgs-83116eba4cae0941297950ccec9c6bac908fc7f4.tar.zst
nixpkgs-83116eba4cae0941297950ccec9c6bac908fc7f4.zip
spectrumPackages.linux_vm: enable NET_9P_VIRTIO
This allows using 9p over virtio as well as over the network.
-rw-r--r--pkgs/os-specific/linux/spectrum/linux/vm.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/spectrum/linux/vm.nix b/pkgs/os-specific/linux/spectrum/linux/vm.nix
index d91d600cb77..9c9ba78b691 100644
--- a/pkgs/os-specific/linux/spectrum/linux/vm.nix
+++ b/pkgs/os-specific/linux/spectrum/linux/vm.nix
@@ -19,6 +19,7 @@ linux.override {
     HW_RANDOM_VIRTIO = yes;
 
     NET_9P = yes;
+    NET_9P_VIRTIO = yes;
     "9P_FS" = yes;
   };
 }