removed invaled pool name

This commit is contained in:
Richie Cahill 2023-12-29 14:48:16 -05:00
parent 4b93a75b05
commit 4d336ef7a3

View File

@ -5,7 +5,8 @@
networking.hostId = "1beb3026";
boot = {
zfs.extraPools = [ "ZFS-primary" ];
# TODO add pool name
zfs.extraPools = [ ];
filesystem = "zfs";
useSystemdBoot = true;
};