Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add optical media peripheral

encode42 540ba81e bf682421

+4
+3
hardware/peripherals/optical.nix
··· 1 + { 2 + boot.kernelModules = [ "sg" ]; 3 + }
+1
hosts/index/default.nix
··· 11 11 ./hardware-configuration.nix 12 12 (flakeRoot + /hardware/cpu/amd.nix) 13 13 (flakeRoot + /hardware/gpu/amd.nix) 14 + (flakeRoot + /hardware/peripherals/optical.nix) 14 15 15 16 (flakeRoot + /modules/common) 16 17 (flakeRoot + /modules/common/boot/systemd-boot.nix)