parent
ebe2b9186d
commit
c03246f531
3 changed files with 5 additions and 0 deletions
modules/nixos/monitoring
|
@ -14,6 +14,7 @@ in
|
|||
systemd.services.matrix-hook = {
|
||||
description = "Matrix Hook";
|
||||
after = [ "network-online.target" ];
|
||||
wants = [ "network-online.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
environment = {
|
||||
HTTP_ADDRESS = "localhost";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue