From c4beeb71c3b4bd964510731b5d6c129b8065bbca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 13 Jun 2022 11:00:56 +0200 Subject: nixos: documentation, dialout user and few more packages to the C --- nixos/modules/generic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/generic.nix') 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; }]; -- cgit v1.2.3