added zpool name

This commit is contained in:
Richie Cahill 2023-12-29 15:02:48 -05:00
parent 91e3cb92b5
commit 55b37120ec

View File

@ -6,7 +6,7 @@
boot = { boot = {
# TODO add pool name # TODO add pool name
zfs.extraPools = [ ]; zfs.extraPools = [ "Main" ];
filesystem = "zfs"; filesystem = "zfs";
useSystemdBoot = true; useSystemdBoot = true;
}; };