mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-18 02:35:24 +00:00
network-online.target -> network.target?
This commit is contained in:
@@ -223,7 +223,7 @@ in
|
||||
|
||||
systemd.services.spacebar-apply-migrations = makeServerTsService {
|
||||
description = "Spacebar Server - Apply DB migrations";
|
||||
after = [ "network-online.target" ] ++ lib.optional config.services.postgresql.enable "postgresql.service";
|
||||
after = [ "network.target" ] ++ lib.optional config.services.postgresql.enable "postgresql.service";
|
||||
requires = lib.optional config.services.postgresql.enable "postgresql.service";
|
||||
environment = builtins.mapAttrs (_: val: builtins.toString val) (
|
||||
cfg.extraEnvironment
|
||||
|
||||
Reference in New Issue
Block a user