nixos/hosts/apogee/default.nix
2025-07-06 01:01:21 -07:00

7 lines
108 B
Nix

{ ... }: {
imports = [ ./gandicloud.nix ];
networking.hostName = "apogee";
promptSymbol = "🔭";
}