From 1d76564f73146d1b138d8113e1e58ceda012f9f3 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Wed, 9 Jul 2025 16:01:28 -0500 Subject: [PATCH] sam: Set hostname --- sam/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sam/configuration.nix b/sam/configuration.nix index a6b04bd..42fe35e 100644 --- a/sam/configuration.nix +++ b/sam/configuration.nix @@ -27,7 +27,7 @@ # Use latest kernel. boot.kernelPackages = pkgs.linuxPackages_latest; - networking.hostName = "nixos"; # Define your hostname. + networking.hostName = "sam"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary