From 9c83c552a89db7badde0401b5ca28eb40dab9f1c Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Thu, 28 May 2026 11:36:08 -0400 Subject: [PATCH] Suppress Podman BoltDB deprecation warning in photon container Co-Authored-By: Claude Sonnet 4.6 --- modules/hosts/nixos/nixnuc/containers/photon.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hosts/nixos/nixnuc/containers/photon.nix b/modules/hosts/nixos/nixnuc/containers/photon.nix index ac835cc..55801cd 100644 --- a/modules/hosts/nixos/nixnuc/containers/photon.nix +++ b/modules/hosts/nixos/nixnuc/containers/photon.nix @@ -15,6 +15,7 @@ in image = "docker.io/rtuszik/photon-docker:latest"; environment = { REGION = "planet"; + SUPPRESS_BOLTDB_WARNING = "1"; UPDATE_STRATEGY = "PARALLEL"; UPDATE_INTERVAL = "30d"; };