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

@ -31,6 +31,7 @@ inputs.nixpkgs.lib.nixosSystem {
../../configs/nixos/miniserve-tmp-upload.nix
../../configs/nixos/minecraft-docker.nix
../../configs/nixos/nginx-static.nix
../../configs/nixos/immich.nix
({
config,
pkgs,

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 = {