From 38a475d35d1636f6871cdafa615cc6004c175396 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 5 Apr 2021 20:52:16 +0000 Subject: [PATCH] modules: users: add myself to 'video' and 'audio' --- modules/users.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/users.nix b/modules/users.nix index 1ace265..fbc3880 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -19,8 +19,10 @@ in isNormalUser = true; shell = pkgs.zsh; extraGroups = groupsIfExist [ + "audio" # sound control "media" # access to media files "plugdev" # usage of ZSA keyboard tools + "video" # screen control "wheel" # `sudo` for the user. ]; openssh.authorizedKeys.keys = with builtins; let