diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-16 18:43:28 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-16 18:43:28 -0600 |
| commit | a5ac0bdd1d03bc33af29ac62a50ae098b8340bd9 (patch) | |
| tree | 947349eec53c05d0c00a57152f5b5aa8e42e4ae2 /modules/users/defin.nix | |
| parent | c825b8b2e1d8e8dd4dd6de94ec0d5b2e15a1e3a7 (diff) | |
add to dialout group for putty
Diffstat (limited to 'modules/users/defin.nix')
| -rw-r--r-- | modules/users/defin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/users/defin.nix b/modules/users/defin.nix index 9d38f7b..03cb975 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"]; # (wheel) Enable ‘sudo’ for the user. + extraGroups = [ "wheel" "builders" "video" "input" "docker" "dialout" ]; # (wheel) Enable ‘sudo’ for the user. shell = pkgs.nushell; hashedPassword = "$6$UljPNAdxZ22lP3Bc$8VaEAacZxtXM3Zji2IA7Jf5fXs9pFnAVQff1d8IbfFOKCvjibceyopOAjRXa8lXtpOSJgPW1OO1dzOspqhWnz0"; |
