From 78556d6159bcf6243281b18a54ec76150490837b Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Mon, 25 Aug 2025 07:21:21 +0200 Subject: [PATCH] add weather for Saint-Michel --- machines/genepi/glance-config.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/machines/genepi/glance-config.nix b/machines/genepi/glance-config.nix index d3627fb..ec2432e 100644 --- a/machines/genepi/glance-config.nix +++ b/machines/genepi/glance-config.nix @@ -82,6 +82,12 @@ units = "metric"; hour-format = "24h"; } + { + type = "weather"; + location = "Saint-Michel-de-Maurienne, France"; + units = "metric"; + hour-format = "24h"; + } ]; } ];