From e7aafc9f28620a1546f3c528f6f146de08623fca Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Fri, 30 May 2025 17:22:31 +0200 Subject: [PATCH] fix: fix server name --- hosts/thegeneralist-central/configuration.nix | 10 +++++----- hosts/thegeneralist-central/default.nix | 1 - hosts/thegeneralist-mbp/default.nix | 1 - 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/hosts/thegeneralist-central/configuration.nix b/hosts/thegeneralist-central/configuration.nix index b456407..37b1910 100644 --- a/hosts/thegeneralist-central/configuration.nix +++ b/hosts/thegeneralist-central/configuration.nix @@ -8,12 +8,12 @@ imports = [ ./hardware-configuration.nix ]; users.knownUsers = [ - "thegeneralist" + "central" ]; - users.users.thegeneralist = { - name = "thegeneralist"; - home = "/Users/thegeneralist"; + users.users.central = { + name = "central"; + home = "/Users/central"; shell = pkgs.zsh; uid = 501; # openssh.authorizedKeys.keys = let @@ -25,7 +25,7 @@ backupFileExtension = "home.bak"; users.thegeneralist.home = { stateVersion = "25.11"; - homeDirectory = "/Users/thegeneralist"; + homeDirectory = "/Users/central"; }; }; diff --git a/hosts/thegeneralist-central/default.nix b/hosts/thegeneralist-central/default.nix index e454746..1d90efc 100644 --- a/hosts/thegeneralist-central/default.nix +++ b/hosts/thegeneralist-central/default.nix @@ -10,7 +10,6 @@ lib: inputs: self: lib.darwinSystem { |> map (getAttrFromPath packagePath); modules = collect [ "darwinModules" "default" ]; - # todo extensions = { nixpkgs.overlays = collect [ "overlays" "default" ]; imports = modules; diff --git a/hosts/thegeneralist-mbp/default.nix b/hosts/thegeneralist-mbp/default.nix index e454746..1d90efc 100644 --- a/hosts/thegeneralist-mbp/default.nix +++ b/hosts/thegeneralist-mbp/default.nix @@ -10,7 +10,6 @@ lib: inputs: self: lib.darwinSystem { |> map (getAttrFromPath packagePath); modules = collect [ "darwinModules" "default" ]; - # todo extensions = { nixpkgs.overlays = collect [ "overlays" "default" ]; imports = modules;