forked from mirrors_public/oddlama_nix-config
fix: track change to disko dataset creation
This commit is contained in:
parent
7c3a40cd89
commit
822bace189
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue