modules/nixos/monitoring/matrix-hook: after network-online
This commit is contained in:
parent
af1e5359a7
commit
8b8a4ca8b3
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue