fix: track change to disko dataset creation

This commit is contained in:
oddlama 2023-07-05 14:31:01 +02:00
parent 7c3a40cd89
commit 822bace189
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -67,7 +67,7 @@
in ''
export PATH=${makeBinPath [pkgs.zfs]}":$PATH"
if ! zfs list -H -o type ${escapeShellArg poolDataset} &>/dev/null ; then
${diskoDataset._create {zpool = vmCfg.zfs.pool;}}
${diskoDataset._create}
fi
'';
};