How Enable Optical Drives In Nixos
sudo modprobe sg
To permanently enable these drives, add the following to your nix config:
boot.kernelModules = [ “sg” ];
sudo modprobe sg
To permanently enable these drives, add the following to your nix config:
boot.kernelModules = [ “sg” ];