summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-07-30 19:05:30 +0200
committermakefu <github@syntax-fehler.de>2017-07-30 19:05:30 +0200
commitf840332f365e23fc3c0cfcffa65ed7de73eaec64 (patch)
treef2efcfe493c206fec1e5370898ec471c393f898c /makefu
parent17497235e84985f9b2ec4acda47f15a9fe68453e (diff)
ma pnp: filesystems.options is a list
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;
};
};