Merge pull request 'network-status: fix executable location' (#2651) from Mic92-network-status into main

This commit is contained in:
clan-bot
2024-12-24 10:53:35 +00:00

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
'';
}