ma pnp: filesystems.options is a list

This commit is contained in:
makefu 2017-07-30 19:05:30 +02:00
parent 5d9b679ced
commit 1157b21e01

View file

@ -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;
};
};