diff options
author | ChrisChrome <chris@chrischro.me> | 2024-11-06 09:13:32 -0700 |
---|---|---|
committer | ChrisChrome <chris@chrischro.me> | 2024-11-06 09:13:32 -0700 |
commit | cb699bf5d6db23a07d8fa7786bd88aedb336dd84 (patch) | |
tree | d9f64cbd12bf3fae5a4fb8cfd2d46f99b741bceb | |
parent | Autodiscover -> autoconfig (diff) | |
download | Rory-Open-Architecture-cb699bf5d6db23a07d8fa7786bd88aedb336dd84.tar.xz |
Add chris to dialout
-rwxr-xr-x | modules/users/chris.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/users/chris.nix b/modules/users/chris.nix index 9df69a8..2f62988 100755 --- a/modules/users/chris.nix +++ b/modules/users/chris.nix @@ -4,7 +4,7 @@ users.users.chris = { isNormalUser = true; - extraGroups = [ "wheel" ]; + extraGroups = [ "wheel", "dialout" ]; packages = with pkgs; [ nano #nodejs-slim |