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 = {
|
systemd.services.matrix-hook = {
|
||||||
description = "Matrix Hook";
|
description = "Matrix Hook";
|
||||||
after = [ "network.target" ];
|
after = [ "network-online.target" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
environment = {
|
environment = {
|
||||||
HTTP_ADDRESS = "localhost";
|
HTTP_ADDRESS = "localhost";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue