summary refs log tree commit diff
diff options
context:
space:
mode:
authorChrisChrome <chris@chrischro.me>2024-11-06 09:13:32 -0700
committerChrisChrome <chris@chrischro.me>2024-11-06 09:13:32 -0700
commitcb699bf5d6db23a07d8fa7786bd88aedb336dd84 (patch)
treed9f64cbd12bf3fae5a4fb8cfd2d46f99b741bceb
parentAutodiscover -> autoconfig (diff)
downloadRory-Open-Architecture-cb699bf5d6db23a07d8fa7786bd88aedb336dd84.tar.xz
Add chris to dialout
-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 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