feat: configure new zfs pools for dandelion

This commit is contained in:
Ahwx 2025-07-26 21:47:14 +02:00
parent e9cb874ec9
commit c7484bcda5

View file

@ -60,10 +60,16 @@
trim.enable = true; trim.enable = true;
}; };
# boot.zfs.extraPools = [ "terrabite" ]; boot.zfs.extraPools = [ "spinners" ];
# fileSystems."/terrabite/main" = { fileSystems = {
# device = "terrabite/main"; "/spinners/rootvol" = {
# fsType = "zfs"; device = "terrabite/rootvol";
# }; fsType = "zfs";
};
"/spinners/ahwx" = {
device = "terrabite/ahwx";
fsType = "zfs";
};
};
} }