Nix: dont set after/requires at all

This commit is contained in:
Rory&
2026-01-22 07:41:26 +01:00
parent 67318a4e92
commit d8e2870e54

View File

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