9 lines
159 B
Nix
9 lines
159 B
Nix
{ ... }: {
|
|
imports = [ ./matrix.nix ./gandicloud.nix ];
|
|
|
|
networking.hostName = "apogee";
|
|
|
|
services.postgresql.enable = true;
|
|
|
|
promptSymbol = "🔭";
|
|
}
|