initial setup of system and matrix server
This commit is contained in:
6
services/postgres/default.nix
Normal file
6
services/postgres/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{config, ...}:
|
||||
|
||||
{
|
||||
services.postgresql.enable = true;
|
||||
services.postgresql.dataDir = "/data/postgres";
|
||||
}
|
Reference in New Issue
Block a user