nfsroot: fix microvm.shares.*.socket path

This commit is contained in:
Astro 2022-06-08 02:30:21 +02:00
parent f02b243e4b
commit 9ff44b9ea0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ in {
mountPoint = "/${dir}";
tag = dir;
proto = "virtiofs";
socket = "${dir}.socket";
socket = "${builtins.baseNameOf dir}.socket";
}) [ "etc" "home" "var" "var/lib/nfsroot/dacbert" "var/lib/nfsroot/riscbert" ];
interfaces = [ {