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