mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
hugo
This commit is contained in:
parent
8e37024787
commit
eb951eeaa9
14 changed files with 77 additions and 21 deletions
6
newinfra/nix/modules/postgres/default.nix
Normal file
6
newinfra/nix/modules/postgres/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
package = pkgs.postgresql_16;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue