From 86528fd920f6f22fc524e49ab7bb317c64a53a81 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 8 Aug 2025 16:07:06 -0600 Subject: messing with onlykey hardware support --- modules/users/defin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/users/defin.nix') diff --git a/modules/users/defin.nix b/modules/users/defin.nix index 811c851..afc3db3 100644 --- a/modules/users/defin.nix +++ b/modules/users/defin.nix @@ -7,7 +7,7 @@ users.defin = { isNormalUser = true; description = "Devin Finlinson"; - extraGroups = [ "wheel" "builders" "video" "input" "docker" "dialout" "wireshark" "networkmanager" "libvirtd" "adbusers" ]; # (wheel) Enable ‘sudo’ for the user. + extraGroups = [ "wheel" "builders" "video" "input" "docker" "dialout" "wireshark" "onlykey" "networkmanager" "libvirtd" "adbusers" ]; # (wheel) Enable ‘sudo’ for the user. shell = pkgs.nushell; hashedPassword = "$6$UljPNAdxZ22lP3Bc$8VaEAacZxtXM3Zji2IA7Jf5fXs9pFnAVQff1d8IbfFOKCvjibceyopOAjRXa8lXtpOSJgPW1OO1dzOspqhWnz0"; -- cgit v1.2.3