nixos/immich: fix eval with settings == null (#449271)

This commit is contained in:
Marcus Ramberg
2025-10-07 06:45:18 +00:00
committed by GitHub
+1 -1
View File
@@ -377,7 +377,7 @@ in
IMMICH_MEDIA_LOCATION = cfg.mediaLocation;
IMMICH_MACHINE_LEARNING_URL = "http://localhost:3003";
}
// lib.optionalAttrs (cfg.settings != null || cfg.settingsFile != null) {
// lib.optionalAttrs (cfg.settings != null) {
IMMICH_CONFIG_FILE = "/run/immich/config.json";
};