Migrate Immich from Docker to the NixOS module
All checks were successful
/ test (push) Successful in -19s
All checks were successful
/ test (push) Successful in -19s
This commit is contained in:
parent
11618adc76
commit
65299f9f1f
2 changed files with 21 additions and 95 deletions
|
@ -34,7 +34,7 @@
|
|||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:8080";
|
||||
proxyPass = "http://localhost:${builtins.toString config.services.immich.port}";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue