Add host "apogee"

This commit is contained in:
Nettika 2025-07-06 01:01:21 -07:00
parent bb53530665
commit d03bb62c23
6 changed files with 104 additions and 16 deletions

7
hosts/apogee/default.nix Normal file
View file

@ -0,0 +1,7 @@
{ ... }: {
imports = [ ./gandicloud.nix ];
networking.hostName = "apogee";
promptSymbol = "🔭";
}