nfsroot: fix volumes.*.image path

This commit is contained in:
Astro 2022-06-09 00:16:28 +02:00
parent 7fb37eb03c
commit 9b4e994bd8
1 changed files with 1 additions and 1 deletions

View File

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