forked from katzen-cafe/katzen-cafe
7 lines
70 B
Nix
7 lines
70 B
Nix
|
{ pkgs, ... }:
|
||
|
{
|
||
|
services.postgresql = {
|
||
|
enable = true;
|
||
|
};
|
||
|
}
|