storage-refactor #9

Open
jan-leila wants to merge 53 commits from storage-refactor into main
Showing only changes of commit 3370cd7ab3 - Show all commits

View file

@ -84,6 +84,8 @@ in {
lib.mapAttrs' ( lib.mapAttrs' (
datasetName: dataset: datasetName: dataset:
lib.nameValuePair "/${datasetName}" { lib.nameValuePair "/${datasetName}" {
device = "rpool/${datasetName}";
fsType = "zfs";
neededForBoot = true; neededForBoot = true;
} }
) )