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:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user