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;
};
# boot.zfs.extraPools = [ "terrabite" ];
boot.zfs.extraPools = [ "spinners" ];
# fileSystems."/terrabite/main" = {
# device = "terrabite/main";
# fsType = "zfs";
# };
fileSystems = {
"/spinners/rootvol" = {
device = "terrabite/rootvol";
fsType = "zfs";
};
"/spinners/ahwx" = {
device = "terrabite/ahwx";
fsType = "zfs";
};
};
}