remove postgresql update import

This commit is contained in:
Kabbone 2025-05-28 13:55:57 +02:00
parent 333d829a6f
commit fbeff17bb4
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -5,7 +5,7 @@
{ config, lib, pkgs, ... }:
{
imports = [ ./postgresql_upgrade.nix ];
# imports = [ ./postgresql_upgrade.nix ];
services.postgresql = {
enable = true;
package = pkgs.postgresql_16;