Signed-off-by: Christoph Schmatzler <christoph@tuist.dev>
This commit is contained in:
Christoph Schmatzler
2025-08-28 12:59:02 +02:00
parent 7809180a15
commit 97ca979277
6 changed files with 440 additions and 457 deletions

View File

@@ -13,9 +13,7 @@
networking.hostName = "chidi";
networking.computerName = "Chidi";
nixpkgs.overlays = [
(import ../../../overlays/postgresql-darwin.nix)
];
services.postgresql = {
enable = true;