nachtigall: Mount /var/lib as a separate ZFS dataset #16

Merged
axeman merged 1 commit from var-lib-is-zfs into main 2023-10-28 12:18:28 +00:00

View file

@ -18,6 +18,11 @@
fsType = "zfs";
};
fileSystems."/var/lib" =
{ device = "root_pool/data";
fsType = "zfs";
};
fileSystems."/var/lib/postgresql" =
{ device = "root_pool/data/postgresql";
fsType = "zfs";