nixos/conduit: wait for network-online.target (#353634)
This commit is contained in:
@@ -111,6 +111,8 @@ in
|
|||||||
description = "Conduit Matrix Server";
|
description = "Conduit Matrix Server";
|
||||||
documentation = [ "https://gitlab.com/famedly/conduit/" ];
|
documentation = [ "https://gitlab.com/famedly/conduit/" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
wants = [ "network-online.target" ];
|
||||||
|
after = [ "network-online.target" ];
|
||||||
environment = lib.mkMerge ([
|
environment = lib.mkMerge ([
|
||||||
{ CONDUIT_CONFIG = configFile; }
|
{ CONDUIT_CONFIG = configFile; }
|
||||||
cfg.extraEnvironment
|
cfg.extraEnvironment
|
||||||
|
|||||||
Reference in New Issue
Block a user