nixos/hosts/apogee/default.nix
2025-10-08 17:16:52 -07:00

9 lines
159 B
Nix

{ ... }: {
imports = [ ./matrix.nix ./gandicloud.nix ];
networking.hostName = "apogee";
services.postgresql.enable = true;
promptSymbol = "🔭";
}