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 '';