mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
added missing group for makemkv
This commit is contained in:
parent
be8b0f7b95
commit
13c34c7f84
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
programs.zsh.enable = true;
|
||||
users.users.${user} = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "video" "audio" "networkmanager" "lp" "scanner" "input" "uinput" ];
|
||||
extraGroups = [ "wheel" "video" "audio" "networkmanager" "lp" "scanner" "input" "uinput" "cdrom"];
|
||||
shell = pkgs.zsh;
|
||||
password = "password";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue