From 684d0d3adf9bcae547f682ceed8477aa81e9b72c Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Tue, 5 Nov 2024 17:52:18 +0100 Subject: [PATCH] read: Fix weather location for rust-motd --- machines/read/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/read/configuration.nix b/machines/read/configuration.nix index 08a58dc..c91f371 100644 --- a/machines/read/configuration.nix +++ b/machines/read/configuration.nix @@ -120,7 +120,7 @@ command = "${pkgs.figlet}/bin/figlet -f slant ${config.networking.hostName}"; }; weather = { - loc = "De Westereen, Netherlands"; + loc = "De%20Westereen,%20Netherlands"; }; uptime = { prefix = "up: ";