This commit is contained in:
nora 2026-05-28 15:16:54 +02:00
parent 9dd5ae6698
commit 281e3bcb0a
4 changed files with 15 additions and 3 deletions

View file

@ -6,7 +6,7 @@ let
"github.com/noratrieb-mirrors/certmagic-s3@v1.1.3" "github.com/noratrieb-mirrors/certmagic-s3@v1.1.3"
"github.com/sagikazarmark/caddy-fs-s3@v0.10.0" "github.com/sagikazarmark/caddy-fs-s3@v0.10.0"
]; ];
hash = "sha256-mrsiXQi+5SIA/vhRuyiPUE5EXmLgUHCC5I+L8ARFDDg="; hash = "sha256-m5RHlrheqzoGqKQxixq+xTd2hlnCTets9zCT7aFka8g=";
}; };
in in
{ {

View file

@ -10,6 +10,9 @@
enableVectors = false; enableVectors = false;
enableVectorChord = true; enableVectorChord = true;
}; };
environment = {
IMMICH_TELEMETRY_INCLUDE = "all";
};
openFirewall = true; openFirewall = true;
}; };
@ -26,4 +29,6 @@
local all all peer local all all peer
''; '';
}; };
networking.firewall.interfaces.wg0.allowedTCPPorts = [ 8081 8082 ];
} }

View file

@ -85,6 +85,13 @@
scrape_interval = "1h"; scrape_interval = "1h";
static_configs = [{ targets = [ "localhost:7846" ]; }]; static_configs = [{ targets = [ "localhost:7846" ]; }];
} }
{
job_name = "immich";
static_configs = [
{ targets = [ "minipc.local:8081" ]; labels = { server = "minipc"; }; }
{ targets = [ "minipc.local:8082" ]; labels = { server = "minipc"; }; }
];
}
]; ];
}; };

View file

@ -1,6 +1,6 @@
{ {
"nixos-25.11": { "nixos-25.11": {
"lastUpdated": "2026-05-10T14:35:41.703Z", "lastUpdated": "2026-05-28T12:57:27.843Z",
"commit": "0c88e1f2bdb93d5999019e99cb0e61e1fe2af4c5" "commit": "b77b3de8775677f84492abe84635f87b0e153f0f"
} }
} }