summary refs log tree commit diff
path: root/modules/users
diff options
context:
space:
mode:
authorChrisChrome <chris@chrischro.me>2024-11-06 09:21:48 -0700
committerChrisChrome <chris@chrischro.me>2024-11-06 09:21:48 -0700
commit8350f86497312b93d723a847442870892d0c487b (patch)
treed59b3ab17fad08ce813cba4cf9485c77fd12d398 /modules/users
parentAdd chris to dialout (diff)
downloadRory-Open-Architecture-master.tar.xz
Fix user chris HEAD master
Diffstat (limited to '')
-rwxr-xr-xmodules/users/chris.nix2
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