chore: move postgresql config to own file

This commit is contained in:
Khaïs COLIN 2024-08-22 16:57:30 +00:00
parent 8099b6bf9c
commit d69c19a94c
3 changed files with 4 additions and 2 deletions

View file

@ -42,6 +42,4 @@ in
webhooks.private-key = "/etc/nixos/secrets/sourcehut/webhook.key";
};
};
services.postgresql.enable = true;
}