From 3e5a0958ab1d32f8e7d9a214d19887dd365c9290 Mon Sep 17 00:00:00 2001 From: Emma Thorpe Date: Wed, 10 Jun 2026 16:59:46 +0100 Subject: [PATCH] chore(mbp): set hostname to Lyra-Asahi Was Emma-Asahi; align with the lyrathorpe persona used across the configs. Co-Authored-By: Claude Opus 4.8 (1M context) --- system/machine/MBP-Asahi/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/machine/MBP-Asahi/configuration.nix b/system/machine/MBP-Asahi/configuration.nix index 0a1d5f7..3aa0d1f 100644 --- a/system/machine/MBP-Asahi/configuration.nix +++ b/system/machine/MBP-Asahi/configuration.nix @@ -12,7 +12,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = false; - networking.hostName = "Emma-Asahi"; + networking.hostName = "Lyra-Asahi"; # Audio (PipeWire) and the swaylock PAM stack are inherited from # workstation.nix. hardware.enableRedistributableFirmware is also set there;