disko: fix zfs disk name

This commit is contained in:
Sandro - 2023-05-20 04:06:18 +02:00
parent 226af82ffb
commit 7516e0a906
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ in
zfs = {
size = if (!disk.withCeph) then "100%FREE" else "${toString rootSize}GiB";
content = {
pool = disk.name;
pool = zfsName;
type = "zfs";
};
};