feat(services): add dedicated PostgreSQL module
Introduce a dedicated PostgreSQL configuration module to the system. Adjust Nextcloud and Forgejo configurations to utilize this new module.
This commit is contained in:
parent
6d2951155c
commit
af5c62eb4b
4 changed files with 28 additions and 26 deletions
6
systems/x86_64-linux/mx/postgresql.nix
Normal file
6
systems/x86_64-linux/mx/postgresql.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
services.postgresql = {
|
||||
package = pkgs.postgresql_14;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue