initial setup of system and matrix server

This commit is contained in:
System administrator
2021-10-17 11:00:52 +02:00
commit 933bcc7502
8 changed files with 809 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{config, ...}:
{
services.postgresql.enable = true;
services.postgresql.dataDir = "/data/postgres";
}