system: add myself to audio group

This commit is contained in:
Jez Cope 2021-01-04 11:49:37 +00:00
parent ea4682b870
commit cad831fe40
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ in {
users.users.jez = {
isNormalUser = true;
group = "jez";
extraGroups = [ "wheel" "video" ];
extraGroups = [ "wheel" "video" "audio" ];
shell = pkgs.zsh;
openssh.authorizedKeys.keyFiles = [ ./data/yubikey_ssh.pub ];
};