remove postgresql update import
This commit is contained in:
parent
333d829a6f
commit
fbeff17bb4
@ -5,7 +5,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./postgresql_upgrade.nix ];
|
||||
# imports = [ ./postgresql_upgrade.nix ];
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
package = pkgs.postgresql_16;
|
||||
|
Loading…
x
Reference in New Issue
Block a user