From dfe8e3f8e252bbceca9ee8089406506dc16124d4 Mon Sep 17 00:00:00 2001 From: logical_code Date: Tue, 16 Dec 2025 01:01:51 -0500 Subject: [PATCH] Update hosts/brandon-desktop/configuration.nix --- hosts/brandon-desktop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/brandon-desktop/configuration.nix b/hosts/brandon-desktop/configuration.nix index 7cf0a86..126c370 100644 --- a/hosts/brandon-desktop/configuration.nix +++ b/hosts/brandon-desktop/configuration.nix @@ -17,7 +17,7 @@ # Use latest kernel. boot.kernelPackages = pkgs.linuxPackages_latest; - networking.hostName = "nixos"; # Define your hostname. + networking.hostName = "brandon-desktop"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary