mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: configure new zfs pools for dandelion
This commit is contained in:
parent
e9cb874ec9
commit
c7484bcda5
1 changed files with 11 additions and 5 deletions
|
|
@ -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";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue