diff --git a/configuration.nix b/configuration.nix index d3e6e34..06b28c4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -47,7 +47,7 @@ # Use latest kernel. boot.kernelPackages = pkgs.linuxPackages_latest; - networking.hostName = "nixos"; # Define your hostname. + networking.hostName = "chexit"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary