Migrate Immich from Docker to the NixOS module
All checks were successful
/ test (push) Successful in -19s

This commit is contained in:
Andrea Ciceri 2025-04-30 23:00:40 +02:00
parent 11618adc76
commit 65299f9f1f
No known key found for this signature in database
2 changed files with 21 additions and 95 deletions

View file

@ -34,7 +34,7 @@
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://localhost:8080";
proxyPass = "http://localhost:${builtins.toString config.services.immich.port}";
proxyWebsockets = true;
};
};