Unverified Commit 39e076de authored by Marcus Ramberg's avatar Marcus Ramberg Committed by GitHub
Browse files

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

parents 16aceba0 f1e52abf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
      };