From 8e5f600d373527a9faeb1590c0e65025b7d81be4 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 26 Jan 2024 01:33:07 +0300 Subject: [PATCH] Laptop : Fix hostname. --- .config/linux/system/laptop/Configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/linux/system/laptop/Configuration.nix b/.config/linux/system/laptop/Configuration.nix index 51e6cc5..6390c3f 100644 --- a/.config/linux/system/laptop/Configuration.nix +++ b/.config/linux/system/laptop/Configuration.nix @@ -17,7 +17,7 @@ ]; # Network. - networking.hostName = "work"; + networking.hostName = "laptop"; # Do not touch ever. system.stateVersion = "23.11";