ma pnp: filesystems.options is a list

This commit is contained in:
makefu 2017-07-30 19:05:30 +02:00
parent 17497235e8
commit f840332f36
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -26,7 +26,7 @@
"${builtins.toString <secrets>}" = "${builtins.toString <secrets>}" =
{ device = "secrets"; { device = "secrets";
fsType = "9p"; fsType = "9p";
options = "trans=virtio,version=9p2000.L,cache=loose"; options = [ "trans=virtio" "version=9p2000.L" "cache=loose" ];
neededForBoot = true; neededForBoot = true;
}; };
}; };