services: sourcehut: Remove redundant postgresql enable
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
parent
e40014e357
commit
dfa9c72ae4
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue