0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

services/web-apps/lemmy.nix: Remove space that causes a type error

This commit is contained in:
Ilan Joselevich 2022-07-22 00:32:09 -07:00 committed by Brian Leung
parent 7c119675a3
commit d0617a58e2
No known key found for this signature in database
GPG key ID: 2D86D6A94C8BB3B1

View file

@ -164,7 +164,7 @@ in
wantedBy = [ "multi-user.target" ];
after = [ "pict-rs.service " ] ++ lib.optionals cfg.settings.database.createLocally [ "lemmy-postgresql.service" ];
after = [ "pict-rs.service" ] ++ lib.optionals cfg.settings.database.createLocally [ "lemmy-postgresql.service" ];
requires = lib.optionals cfg.settings.database.createLocally [ "lemmy-postgresql.service" ];