modules/nixos/monitoring/matrix-hook: after network-online

This commit is contained in:
zowoq 2023-08-28 17:17:12 +10:00 committed by Jonas Chevalier
parent af1e5359a7
commit 8b8a4ca8b3

View file

@ -26,7 +26,7 @@ in
systemd.services.matrix-hook = {
description = "Matrix Hook";
after = [ "network.target" ];
after = [ "network-online.target" ];
wantedBy = [ "multi-user.target" ];
environment = {
HTTP_ADDRESS = "localhost";