From 2a7580fb3c168230876d02370ed18c8f115c825c Mon Sep 17 00:00:00 2001 From: larstvei Date: Sun, 6 Oct 2024 22:15:58 +0200 Subject: [PATCH] hostname --- modules/macos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/macos.nix b/modules/macos.nix index b80f9b5..e9a114d 100644 --- a/modules/macos.nix +++ b/modules/macos.nix @@ -21,7 +21,7 @@ sudo chsh -s ${lib.getBin pkgs.fish}/bin/fish larstvei ''; - networking.hostName = "macbookpro"; + networking.hostName = "larstvei-macbookpro"; system = { stateVersion = 4;