Nix configurations for my homelab
2
fork

Configure Feed

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

rearange config options

yemou 76f954cb 1a2b62a5

+1 -1
+1 -1
lutea/hardware.nix
··· 107 107 108 108 hardware = { 109 109 amdgpu.opencl.enable = true; 110 - enableRedistributableFirmware = true; 111 110 block.defaultScheduler = "kyber"; 112 111 bluetooth = { 113 112 enable = true; 114 113 powerOnBoot = true; 115 114 }; 116 115 cpu.intel.updateMicrocode = true; 116 + enableRedistributableFirmware = true; 117 117 uinput.enable = true; 118 118 graphics = { 119 119 enable = true;