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"; };