mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 13:55:39 +00:00
Nix: dont set after/requires at all
This commit is contained in:
@@ -223,8 +223,8 @@ in
|
||||
|
||||
systemd.services.spacebar-apply-migrations = makeServerTsService {
|
||||
description = "Spacebar Server - Apply DB migrations";
|
||||
after = lib.optional config.services.postgresql.enable "postgresql.service";
|
||||
requires = lib.optional config.services.postgresql.enable "postgresql.service";
|
||||
# after = 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