ma pnp: filesystems.options is a list
This commit is contained in:
parent
5d9b679ced
commit
1157b21e01
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue