Setup matrix on apogee

This commit is contained in:
Nettika 2025-10-08 17:16:52 -07:00
parent 6c2f1637ad
commit 1b04cd6f94
3 changed files with 37 additions and 1 deletions

View file

@ -1,7 +1,9 @@
{ ... }: {
imports = [ ./gandicloud.nix ];
imports = [ ./matrix.nix ./gandicloud.nix ];
networking.hostName = "apogee";
services.postgresql.enable = true;
promptSymbol = "🔭";
}