aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/generic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/generic.nix')
-rw-r--r--nixos/modules/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix
index 4cd4953..d02cbba 100644
--- a/nixos/modules/generic.nix
+++ b/nixos/modules/generic.nix
@@ -70,7 +70,7 @@ with lib;
};
cynerd = {
group = "cynerd";
- extraGroups = ["users" "wheel"];
+ extraGroups = ["users" "wheel" "dialout"];
uid = 1000;
subUidRanges = [{ count = 65534; startUid = 10000; }];
subGidRanges = [{ count = 65534; startGid = 10000; }];