summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
Diffstat (limited to 'makefu')
-rw-r--r--makefu/1systems/pnp/config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/1systems/pnp/config.nix b/makefu/1systems/pnp/config.nix
index de920cc3..5fbaaabc 100644
--- a/makefu/1systems/pnp/config.nix
+++ b/makefu/1systems/pnp/config.nix
@@ -26,7 +26,7 @@
"${builtins.toString <secrets>}" =
{ device = "secrets";
fsType = "9p";
- options = "trans=virtio,version=9p2000.L,cache=loose";
+ options = [ "trans=virtio" "version=9p2000.L" "cache=loose" ];
neededForBoot = true;
};
};