Merge remote-tracking branch 'gum/master'

This commit is contained in:
lassulus 2017-07-30 19:50:31 +02:00
commit 6bac9771cc

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