added immich to the homelab.

This commit is contained in:
Gabe Venberg 2025-05-03 22:26:25 +02:00
parent 478d5760bd
commit 11f6c18f13
5 changed files with 66 additions and 0 deletions

View file

@ -69,6 +69,14 @@
mountpoint = "/storage";
};
datasets = {
database={
type = "zfs_fs";
options = {
mountpoint ="/postgres";
recordsize = "8K";
primarycache="metadata";
};
};
backup = {
type = "zfs_fs";
options = {