diff --git a/hosts/thegeneralist-central/configuration.nix b/hosts/thegeneralist-central/configuration.nix index 6ac0200..292a908 100644 --- a/hosts/thegeneralist-central/configuration.nix +++ b/hosts/thegeneralist-central/configuration.nix @@ -15,7 +15,7 @@ name = "central"; home = "/Users/central"; shell = pkgs.zsh; - uid = 501; + uid = 502; # openssh.authorizedKeys.keys = let # inherit (import ../../keys.nix) thegeneralist; # in [ thegeneralist ];