From f244d787be9b4faa0059c184df153e3a73ff1baa Mon Sep 17 00:00:00 2001 From: pazpi Date: Wed, 3 Dec 2025 15:48:28 +0100 Subject: [PATCH] Clean and doc --- README.md | 11 +++++++++++ modules/services/searx.nix | 8 -------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a22e277..0de1414 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,17 @@ L'homelab è suddiviso in vari host configurati come container LXC su una macchina Proxmox +## Troubleshooting + +### Immich + +Come usare `immich-admin`. Trovare l'hash della versione corrente tramite `systemd` + +```sh +systemctl edit --runtime immich-server.service +sudo -u immich REDIS_SOCKET=/run/redis-immich/redis.sock DB_URL=postgresql:///immich?host=/run/postgresql /nix/store/1z28h62s8vn2rnmd8ja06dzwjpcbz3gp-immich-2.2.3/bin/immich-admin +``` + ## IP Per comodità una volta assegnato un IP questo deve essere impostato su PiHole con dominio `.internal` per facilitare il routing. diff --git a/modules/services/searx.nix b/modules/services/searx.nix index 5aad835..87f6cd2 100644 --- a/modules/services/searx.nix +++ b/modules/services/searx.nix @@ -39,14 +39,6 @@ in ''; }; - perplexicaSubdomain = lib.mkOption { - default = "sai"; - type = lib.types.str; - description = '' - Perplexica subdomain - ''; - }; - host = lib.mkOption { default = "localhost"; type = lib.types.str;