From 127586a6a29fba1e31bc2dd5438c1771864e5f17 Mon Sep 17 00:00:00 2001 From: Liam Malone Date: Tue, 26 Aug 2025 17:58:34 +0100 Subject: [PATCH] update desktop hostname --- hosts/desktop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 96affb7..c18d808 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -13,7 +13,7 @@ }; networking = { - hostName = "lm_desktop"; + hostName = "lmdesktop"; networkmanager = { enable = true;