From 93f55a74b0fb6a60eada37868be2f942dba9121d Mon Sep 17 00:00:00 2001 From: Hunter Date: Tue, 9 Dec 2025 18:15:40 -0500 Subject: [PATCH] add hdh20267 to both laptops --- inventory.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory.nix b/inventory.nix index 3540b8a..9e4398c 100644 --- a/inventory.nix +++ b/inventory.nix @@ -9,6 +9,7 @@ # Enable specific users for this device index "1" = { extraUsers = [ "hdh20267" ]; }; + "2" = { extraUsers = [ "hdh20267" ]; }; }; };