Comment was incorrect ;)

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

View file

@ -4,7 +4,7 @@
... ...
}: { }: {
services.postgresql = { 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 # https://nixos.org/manual/nixos/stable/#module-postgresql
package = pkgs.postgresql_14; package = pkgs.postgresql_14;
enable = true; enable = true;