postgres: init profile
This commit is contained in:
parent
fd50518214
commit
ed6a3e2e00
8
profiles/postgres/default.nix
Normal file
8
profiles/postgres/default.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ config, pkgs, ... }: {
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
dataDir = "/srv/postgres";
|
||||
package = pkgs.postgresql_12;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user