From 2fedcd8c8d19211aa143dbc9799657ab1ad16998 Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Sat, 26 Apr 2025 22:12:17 +0300 Subject: [PATCH] feat(machines): rename nami to jimbei --- machines/{nami => jimbei}/configuration.nix | 2 +- machines/{nami => jimbei}/hardware-configuration.nix | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename machines/{nami => jimbei}/configuration.nix (97%) rename machines/{nami => jimbei}/hardware-configuration.nix (100%) 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