summaryrefslogtreecommitdiffstats
path: root/1systems/pnp/config.nix
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
commit1157b21e01587c250a6ff9b83a60875b322cf76a (patch)
tree96e860a4d6afe12768b8c5176bb426ee2c895b90 /1systems/pnp/config.nix
parent5d9b679ced0876032ff9d16835312ac95fb3749b (diff)
ma pnp: filesystems.options is a list
Diffstat (limited to '1systems/pnp/config.nix')
-rw-r--r--1systems/pnp/config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/1systems/pnp/config.nix b/1systems/pnp/config.nix
index de920cc3f..5fbaaabc7 100644
--- a/1systems/pnp/config.nix
+++ b/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;
};
};