From 5f073a7394a663b74c42e68e4ea087437358d895 Mon Sep 17 00:00:00 2001 From: Daniel Poelzleithner Date: Thu, 12 Nov 2020 02:31:45 +0100 Subject: [PATCH] update prometheus --- hosts/containers/prometheus/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/containers/prometheus/configuration.nix b/hosts/containers/prometheus/configuration.nix index 1a8eb98d..bbf693a3 100644 --- a/hosts/containers/prometheus/configuration.nix +++ b/hosts/containers/prometheus/configuration.nix @@ -100,6 +100,6 @@ }; }; - system.stateVersion = "19.03"; # Did you read the comment? + system.stateVersion = "20.09"; # Did you read the comment? }