nfsroot: update microvm.volumes zvols to server10-root

This commit is contained in:
Astro 2024-01-11 20:44:11 +01:00
parent 1cf776cd46
commit 3c53370246
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ in {
volumes = map (export: {
mountPoint = "/${export}";
image = "/dev/zvol/server10/vm/nfsroot/${builtins.baseNameOf export}";
image = "/dev/zvol/server10-root/vm/nfsroot/${builtins.baseNameOf export}";
autoCreate = false;
}) nfsExports;
};