Comment was incorrect ;)

This commit is contained in:
Lillian-Violet 2023-12-18 23:12:45 +01:00
parent becb396c68
commit ed307818b8

View file

@ -4,7 +4,7 @@
...
}: {
services.postgresql = {
#TODO: update to postgres 15 before migrating to 23.11
#TODO: update to postgres 15
# https://nixos.org/manual/nixos/stable/#module-postgresql
package = pkgs.postgresql_14;
enable = true;