From 74133555a7db351150ec0743716cdbd4870d4e35 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 19 Mar 2026 13:49:56 -0700 Subject: [PATCH] chore(users): drop explicit imalison uid --- nixos/users.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/users.nix b/nixos/users.nix index bd3fd18c..26597d58 100644 --- a/nixos/users.nix +++ b/nixos/users.nix @@ -32,7 +32,6 @@ in extraGroups = extraGroupsWithWheel; name = "imalison"; openssh.authorizedKeys.keys = kanivanKeys; - uid = 1000; }; kat = userDefaults // { extraGroups = extraGroupsWithWheel;