From 6d7433cf1ec0707041cf12206e1c0895ef12f5a4 Mon Sep 17 00:00:00 2001 From: chexit Date: Fri, 17 Apr 2026 20:55:35 +0300 Subject: [PATCH] add hostname --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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