network-status: fix executable location

This commit is contained in:
Jörg Thalheim
2024-12-24 11:47:06 +01:00
parent 7baf0ef1b4
commit 3c3f927fd4

View File

@@ -125,7 +125,7 @@ in
# workaround for https://github.com/NixOS/nixpkgs/issues/219239
systemctl restart systemd-vconsole-setup.service
watch --no-title --color ${network-status}
watch --no-title --color ${network-status}/bin/network-status
fi
'';
}