chore: drop postgresql from yolo

Nothing connects to it — every database here runs in a container.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
naps62
2026-08-17 12:15:06 +00:00
parent 38bfd6a76d
commit 4ce204d46f
-6
View File
@@ -82,10 +82,4 @@
];
};
# Pinned to 16 to match the cluster being migrated off Ubuntu; restoring that
# dump into a newer default would need a pg_upgrade first.
services.postgresql = {
enable = true;
package = pkgs.postgresql_16;
};
}