From a17e8c0ec69227fef0177614bcfd65f2da7a6388 Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Mon, 31 Mar 2025 18:19:48 -0700 Subject: [PATCH] [altair] Renames from drew-desktop --- flake.nix | 2 +- system/authorized-keys.nix | 2 +- system/hosts/{drew-desktop => altair}/configuration.nix | 2 +- system/hosts/{drew-desktop => altair}/default.nix | 0 system/hosts/{drew-desktop => altair}/drew.nix | 0 .../hosts/{drew-desktop => altair}/hardware-configuration.nix | 0 system/hosts/{drew-desktop => altair}/qmk.nix | 0 7 files changed, 3 insertions(+), 3 deletions(-) rename system/hosts/{drew-desktop => altair}/configuration.nix (98%) rename system/hosts/{drew-desktop => altair}/default.nix (100%) rename system/hosts/{drew-desktop => altair}/drew.nix (100%) rename system/hosts/{drew-desktop => altair}/hardware-configuration.nix (100%) rename system/hosts/{drew-desktop => altair}/qmk.nix (100%) 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