mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
nixos/conduit: wait for network-online.target (#353634)
This commit is contained in:
commit
eb95c0d624
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue