feat(tanzanite): services hosted on redundant hdds

This commit is contained in:
stitchy 2025-10-11 01:54:15 -07:00
parent 5ba8df8383
commit 438340cc37
Signed by: stitchy
SSH key fingerprint: SHA256:f7Wxv5r7Ooi4z3GxqMBx50LlPRtY/kUK/Sw8K02PYys

View file

@ -183,6 +183,12 @@ in {
options = [ "subvol=@docker-containers" "compress=zstd" ];
};
fileSystems."/opt/services" = {
device = "/dev/disk/by-uuid/0acaee69-07df-45f3-a2f4-65e2f3fda529";
fsType = "btrfs";
options = [ "subvol=@services" "compress=zstd" ];
};
fileSystems."/opt/www" = {
device = "/dev/disk/by-uuid/0acaee69-07df-45f3-a2f4-65e2f3fda529";
fsType = "btrfs";