Merge remote-tracking branch 'gum/master'
This commit is contained in:
commit
6bac9771cc
@ -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