diff --git a/nixos/layers/base.nix b/nixos/layers/base.nix
index 8bbb00624202b6038b7fd749d28c4945f6f18327..d65cad9636082f1c31779f5712b17a737578dfa5 100644
--- a/nixos/layers/base.nix
+++ b/nixos/layers/base.nix
@@ -80,7 +80,7 @@
       uid = 1000;
       isNormalUser = true;
       passwordFile = "/secrets/passwords/jens";
-      extraGroups = [ "wheel" "audio" ];
+      extraGroups = [ "wheel" "audio" "dialout" ];
     };
   };
 }