perf(incinerator): remove postgresql
This commit is contained in:
parent
f095266f43
commit
0927f09b78
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
||||||
{ pkgs
|
|
||||||
, config
|
|
||||||
, ...}: {
|
|
||||||
services.postgresql = {
|
|
||||||
enable = true;
|
|
||||||
dataDir = "/nix/persist/service/postgresql/${config.services.postgresql.package.psqlSchema}";
|
|
||||||
|
|
||||||
package = pkgs.postgresql_15;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue