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;