Clean and doc

This commit is contained in:
pazpi 2025-12-03 15:48:28 +01:00
parent 54fc411e13
commit f244d787be
2 changed files with 11 additions and 8 deletions

View file

@ -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.

View file

@ -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;