From c25ff5f427d5956d3834123a07e2caed1a5cd35f Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 29 Apr 2024 11:46:21 -0500 Subject: [PATCH] lowercase for consistency --- nixos/telperion/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/telperion/configuration.nix b/nixos/telperion/configuration.nix index 5e097bc..d6afbcf 100644 --- a/nixos/telperion/configuration.nix +++ b/nixos/telperion/configuration.nix @@ -30,7 +30,7 @@ # Network settings networking = { - hostName = "Telperion"; # Define your hostname. + hostName = "telperion"; # Define your hostname. networkmanager.enable = true; }; # Set your time zone.