add user to cdrom group for burning

This commit is contained in:
Trolli Schmittlauch 2019-07-26 06:32:17 +02:00
parent 5c585e6fc3
commit 4dfdc104a8

View file

@ -140,7 +140,7 @@ in {
users.extraUsers.spiollinux = { users.extraUsers.spiollinux = {
isNormalUser = true; isNormalUser = true;
uid = 1000; uid = 1000;
extraGroups = [ "vboxusers" "wheel" "networkmanager" "scanner" "lp" "wireshark" "dialout" ]; extraGroups = [ "vboxusers" "wheel" "networkmanager" "scanner" "lp" "wireshark" "dialout" "cdrom" ];
shell = pkgs.zsh; shell = pkgs.zsh;
}; };