alpha
Login
or
Join now
yemou.pink
/
nix-configs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Nix configurations for my homelab
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
rearange config options
author
yemou
date
6 months ago
(Dec 23, 2025, 8:29 PM -0500)
commit
76f954cb
76f954cbd5fbd9a2be0f5e1478d6cd8aced24e06
parent
1a2b62a5
1a2b62a58b4ec85ee250f6f79806c5a717b1fc0a
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
lutea
hardware.nix
+1
-1
lutea/hardware.nix
Reviewed
···
107
107
108
108
hardware = {
109
109
amdgpu.opencl.enable = true;
110
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
116
+
enableRedistributableFirmware = true;
117
117
uinput.enable = true;
118
118
graphics = {
119
119
enable = true;