spec(incinerator): remove postgresql
This commit is contained in:
parent
35477ab873
commit
fbc8611bd3
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