services: sourcehut: Remove redundant postgresql enable

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-11-13 09:25:20 +01:00
parent e40014e357
commit dfa9c72ae4
Signed by: c8h4
GPG key ID: 6817E9C75C0785D7

View file

@ -4,8 +4,6 @@ let
secretsPath = "/var/secrets/sourcehut";
fqdn = "srht.c8h4.io";
in {
services.postgresql.enable = true;
services.sourcehut = {
enable = true;
redis.enable = true;