Skip to content

Commit

Permalink
nixos/conduit: wait for network-online.target
Browse files Browse the repository at this point in the history
  • Loading branch information
joelkoen committed Nov 4, 2024
1 parent a3c0b3b commit 0d04728
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/modules/services/matrix/conduit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ in
description = "Conduit Matrix Server";
documentation = [ "https://gitlab.com/famedly/conduit/" ];
wantedBy = [ "multi-user.target" ];
wants = [ "network-online.target" ];
after = [ "network-online.target" ];
environment = lib.mkMerge ([
{ CONDUIT_CONFIG = configFile; }
cfg.extraEnvironment
Expand Down

0 comments on commit 0d04728

Please sign in to comment.