Merge pull request 'nachtigall: Mount /var/lib as a separate ZFS dataset' (#16) from var-lib-is-zfs into main

Reviewed-on: pub-solar/infra-new#16
Reviewed-by: hensoko <hensoko@gssws.de>
This commit is contained in:
Akshay Mankar 2023-10-28 14:18:27 +02:00
commit 49890bc53d
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

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";