1
0
Fork 0

fix(nix): change hostname

This commit is contained in:
Lucas Sta Maria 2025-08-19 18:27:20 +08:00
parent 3c33b1b6ce
commit 7af7c629c5
Signed by: lucas
GPG key ID: F07FB16A826E3B47

View file

@ -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";