From 7af7c629c56aecee40b45e0b24185a093e671d39 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Tue, 19 Aug 2025 18:27:20 +0800 Subject: [PATCH] fix(nix): change hostname --- nix/hosts/chaewon/sys.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/hosts/chaewon/sys.nix b/nix/hosts/chaewon/sys.nix index be3068c..f30389f 100644 --- a/nix/hosts/chaewon/sys.nix +++ b/nix/hosts/chaewon/sys.nix @@ -6,7 +6,7 @@ # Generated by nixos-infect boot.tmp.cleanOnBoot = true; zramSwap.enable = true; - networking.hostName = "chaewon-nixos-ash-1"; + networking.hostName = "chaewon"; # Select internationalisation properties. i18n.defaultLocale = "en_US.UTF-8";