nixos/conduit: wait for network-online.target

This commit is contained in:
Joel Koen 2024-11-04 22:08:03 +10:00
parent a3c0b3b215
commit 0d04728ee3
No known key found for this signature in database

View File

@ -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