diff options
author | ChrisChrome <chris@chrischro.me> | 2024-11-06 09:21:48 -0700 |
---|---|---|
committer | ChrisChrome <chris@chrischro.me> | 2024-11-06 09:21:48 -0700 |
commit | 8350f86497312b93d723a847442870892d0c487b (patch) | |
tree | d59b3ab17fad08ce813cba4cf9485c77fd12d398 /modules/users | |
parent | Add chris to dialout (diff) | |
download | Rory-Open-Architecture-master.tar.xz |
Diffstat (limited to 'modules/users')
-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 2f62988..3ae92fd 100755 --- a/modules/users/chris.nix +++ b/modules/users/chris.nix @@ -4,7 +4,7 @@ users.users.chris = { isNormalUser = true; - extraGroups = [ "wheel", "dialout" ]; + extraGroups = [ "wheel" "dialout" ]; packages = with pkgs; [ nano #nodejs-slim |