From a45875053fdc935a5ba485f23154c23abdbd6dff Mon Sep 17 00:00:00 2001 From: larstvei Date: Sat, 23 Aug 2025 15:45:04 +0200 Subject: [PATCH] Move hostname --- hosts/macbook/default.nix | 2 ++ system/darwin/default.nix | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/macbook/default.nix b/hosts/macbook/default.nix index e978d3c..95fe387 100644 --- a/hosts/macbook/default.nix +++ b/hosts/macbook/default.nix @@ -5,6 +5,8 @@ ../../system/darwin ]; + networking.hostName = "larstvei-macbookpro"; + home-manager = { useGlobalPkgs = true; useUserPackages = true; diff --git a/system/darwin/default.nix b/system/darwin/default.nix index 9232127..e86bc6e 100644 --- a/system/darwin/default.nix +++ b/system/darwin/default.nix @@ -12,8 +12,6 @@ programs.fish.enable = true; - networking.hostName = "larstvei-macbookpro"; - system = { primaryUser = "larstvei";