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