diff --git a/machines/nami/configuration.nix b/machines/jimbei/configuration.nix similarity index 97% rename from machines/nami/configuration.nix rename to machines/jimbei/configuration.nix index c369d1d..9136c0f 100644 --- a/machines/nami/configuration.nix +++ b/machines/jimbei/configuration.nix @@ -12,7 +12,7 @@ boot.loader.systemd-boot.consoleMode = "0"; boot.loader.efi.canTouchEfiVariables = true; - networking.hostName = "nami"; # Define your hostname. + networking.hostName = "jimbei"; # Define your hostname. networking.extraHosts = '' 127.0.0.1 yeswiki.test ''; diff --git a/machines/nami/hardware-configuration.nix b/machines/jimbei/hardware-configuration.nix similarity index 100% rename from machines/nami/hardware-configuration.nix rename to machines/jimbei/hardware-configuration.nix