read: Fix weather location for rust-motd

This commit is contained in:
Erwin Boskma 2024-11-05 17:52:18 +01:00
parent 5f80eb544b
commit 684d0d3adf
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -120,7 +120,7 @@
command = "${pkgs.figlet}/bin/figlet -f slant ${config.networking.hostName}"; command = "${pkgs.figlet}/bin/figlet -f slant ${config.networking.hostName}";
}; };
weather = { weather = {
loc = "De Westereen, Netherlands"; loc = "De%20Westereen,%20Netherlands";
}; };
uptime = { uptime = {
prefix = "up: "; prefix = "up: ";