7 lines
108 B
Nix
7 lines
108 B
Nix
{ ... }: {
|
|
imports = [ ./gandicloud.nix ];
|
|
|
|
networking.hostName = "apogee";
|
|
|
|
promptSymbol = "🔭";
|
|
}
|