From 1814e5d5a263fd48a79e8bbb7261e48ba5da2702 Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Fri, 30 May 2025 17:33:26 +0200 Subject: [PATCH] fix: fix uid --- hosts/thegeneralist-central/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];