From 561a30cde699ccc60a1d3575f02b6c1d24295bd4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 21 Sep 2024 11:35:26 +0100 Subject: [PATCH] Update hostname --- hosts/lemp11/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lemp11/configuration.nix b/hosts/lemp11/configuration.nix index b9f9a75..34e9ac6 100644 --- a/hosts/lemp11/configuration.nix +++ b/hosts/lemp11/configuration.nix @@ -17,7 +17,7 @@ boot.kernelPackages = pkgs.linuxPackages_latest; - networking.hostName = "nixos"; # Define your hostname. + networking.hostName = "lemp11"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary