feat(immich): re-enable immich

This commit is contained in:
uttarayan21
2025-10-26 02:03:01 +05:30
parent 88df4eef88
commit d1959bdd8f
10 changed files with 1641 additions and 159 deletions

View File

@@ -2,6 +2,10 @@
services = {
prometheus = {
exporters = {
systemd = {
enable = true;
port = 9558;
};
node = {
enable = true;
enabledCollectors = [
@@ -36,6 +40,9 @@
allowedTCPPorts = [
9100 # node exporter
9256 # process exporter
9558 # systemd exporter
9134 # zfs exporter
9633 # smartctl exporter
];
};
}