From a3576c89f69ebd70e193402083fb504ead952e64 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Mon, 17 Jan 2022 05:10:47 +0000 Subject: [PATCH] Update kitchen hostname --- machines/kitchen/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/kitchen/configuration.nix b/machines/kitchen/configuration.nix index b185314..0970b27 100644 --- a/machines/kitchen/configuration.nix +++ b/machines/kitchen/configuration.nix @@ -10,7 +10,7 @@ ./hardware-configuration.nix ]; - networking.hostName = "nixos"; # Define your hostname. + networking.hostName = "kitchen-nixos"; # Define your hostname. # The global useDHCP flag is deprecated, therefore explicitly set to false here. # Per-interface useDHCP will be mandatory in the future, so this generated config