This commit is contained in:
nora 2024-07-28 15:48:19 +02:00
parent 8e37024787
commit eb951eeaa9
14 changed files with 77 additions and 21 deletions

View file

@ -0,0 +1,6 @@
{ pkgs, ... }: {
services.postgresql = {
enable = true;
package = pkgs.postgresql_16;
};
}