diff --git a/flake.nix b/flake.nix index ffdeab1..361134f 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ { self, nixpkgs, ... }@inputs: { nixosConfigurations = { - drew-desktop = (import ./system/hosts/drew-desktop) { + altair = (import ./system/hosts/altair) { inherit inputs; inherit self; inherit nixpkgs; diff --git a/system/authorized-keys.nix b/system/authorized-keys.nix index 9869a9a..3e4dbb3 100644 --- a/system/authorized-keys.nix +++ b/system/authorized-keys.nix @@ -1,7 +1,7 @@ { ... }: { users.users.drew.openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPL+uF46A1oe+TgYoCcBQFcWtx5UJMdgczX+/rG/i55t drew@drew-desktop" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPL+uF46A1oe+TgYoCcBQFcWtx5UJMdgczX+/rG/i55t drew@altair" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB0NbnQByo8sFmzsX5/0I6kWh+unTKxns2TsEPSzgYbD drew@mcp" ]; } diff --git a/system/hosts/drew-desktop/configuration.nix b/system/hosts/altair/configuration.nix similarity index 98% rename from system/hosts/drew-desktop/configuration.nix rename to system/hosts/altair/configuration.nix index 474a8de..01aa031 100644 --- a/system/hosts/drew-desktop/configuration.nix +++ b/system/hosts/altair/configuration.nix @@ -13,7 +13,7 @@ ./qmk.nix ]; - networking.hostName = "drew-desktop"; # Define your hostname. + networking.hostName = "altair"; # Define your hostname. # Configure network proxy if necessary # networking.proxy.default = "http://user:password@proxy:port/"; diff --git a/system/hosts/drew-desktop/default.nix b/system/hosts/altair/default.nix similarity index 100% rename from system/hosts/drew-desktop/default.nix rename to system/hosts/altair/default.nix diff --git a/system/hosts/drew-desktop/drew.nix b/system/hosts/altair/drew.nix similarity index 100% rename from system/hosts/drew-desktop/drew.nix rename to system/hosts/altair/drew.nix diff --git a/system/hosts/drew-desktop/hardware-configuration.nix b/system/hosts/altair/hardware-configuration.nix similarity index 100% rename from system/hosts/drew-desktop/hardware-configuration.nix rename to system/hosts/altair/hardware-configuration.nix diff --git a/system/hosts/drew-desktop/qmk.nix b/system/hosts/altair/qmk.nix similarity index 100% rename from system/hosts/drew-desktop/qmk.nix rename to system/hosts/altair/qmk.nix