ma pnp: filesystems.options is a list
This commit is contained in:
parent
17497235e8
commit
f840332f36
@ -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 New Issue
Block a user