aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/users.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/users.nix')
-rw-r--r--nixos/modules/users.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/users.nix b/nixos/modules/users.nix
index d169423..d098ec7 100644
--- a/nixos/modules/users.nix
+++ b/nixos/modules/users.nix
@@ -15,7 +15,7 @@ in {
};
cynerd = {
group = "cynerd";
- extraGroups = ["users" "wheel" "dialout" "kvm" "uucp" "wireshark" "leds"];
+ extraGroups = ["users" "wheel" "video" "dialout" "kvm" "uucp" "wireshark" "leds"];
uid = 1000;
subUidRanges = [
{