added missing group for makemkv

This commit is contained in:
Nickiel12 2023-04-15 18:53:32 -07:00
parent be8b0f7b95
commit 13c34c7f84

View file

@ -60,7 +60,7 @@
programs.zsh.enable = true; programs.zsh.enable = true;
users.users.${user} = { users.users.${user} = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" "video" "audio" "networkmanager" "lp" "scanner" "input" "uinput" ]; extraGroups = [ "wheel" "video" "audio" "networkmanager" "lp" "scanner" "input" "uinput" "cdrom"];
shell = pkgs.zsh; shell = pkgs.zsh;
password = "password"; password = "password";
}; };