chore[server]: update flake

This commit is contained in:
Leon Schwarzäugl 2025-11-03 17:11:18 +01:00
parent 783e381fbe
commit 638dc6cd95
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
4 changed files with 12 additions and 11 deletions

View file

@ -19,7 +19,7 @@ in
services.${serviceName} = {
enable = true;
package = pkgs.stable.immich;
package = pkgs.immich;
host = "0.0.0.0";
port = servicePort;
openFirewall = true;