Move hostname

This commit is contained in:
larstvei 2025-08-23 15:45:04 +02:00
parent 329882275b
commit a45875053f
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,8 @@
../../system/darwin ../../system/darwin
]; ];
networking.hostName = "larstvei-macbookpro";
home-manager = { home-manager = {
useGlobalPkgs = true; useGlobalPkgs = true;
useUserPackages = true; useUserPackages = true;

View File

@ -12,8 +12,6 @@
programs.fish.enable = true; programs.fish.enable = true;
networking.hostName = "larstvei-macbookpro";
system = { system = {
primaryUser = "larstvei"; primaryUser = "larstvei";