summary refs log tree commit diff
diff options
context:
space:
mode:
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