fix(nix): change hostname
This commit is contained in:
parent
3c33b1b6ce
commit
7af7c629c5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
# Generated by nixos-infect
|
# Generated by nixos-infect
|
||||||
boot.tmp.cleanOnBoot = true;
|
boot.tmp.cleanOnBoot = true;
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
networking.hostName = "chaewon-nixos-ash-1";
|
networking.hostName = "chaewon";
|
||||||
|
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue