read: Fix weather location for rust-motd
This commit is contained in:
parent
5f80eb544b
commit
684d0d3adf
1 changed files with 1 additions and 1 deletions
|
@ -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: ";
|
||||
|
|
Loading…
Reference in a new issue