From daa0af78c0b2cc220f81f373b6869ec77a6ebd08 Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Thu, 11 Jan 2024 21:17:29 +0300 Subject: [PATCH] feat(luffy) : get new hostname --- machines/MacBookPro12.1-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/MacBookPro12.1-configuration.nix b/machines/MacBookPro12.1-configuration.nix index 910369b..7eb5971 100644 --- a/machines/MacBookPro12.1-configuration.nix +++ b/machines/MacBookPro12.1-configuration.nix @@ -22,7 +22,7 @@ boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.efiSysMountPoint = "/boot/efi"; - networking.hostName = "mrflos-mbp-nixos"; # Define your hostname. + networking.hostName = "luffy"; # Define your hostname. networking.extraHosts = '' 127.0.0.1 yeswiki.test '';