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" ]; }; }; };