fix throttled dbus fail
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 36s

This commit is contained in:
Satria 2026-07-12 12:11:55 +07:00
commit 595e177ea8

View file

@ -28,6 +28,13 @@
"nvme_core.default_ps_max_latency_us=0"
];
};
nixpkgs.overlays = [
(final: prev: {
throttled = prev.throttled.overrideAttrs (old: {
pythonPath = (old.pythonPath or []) ++ [ final.python3Packages.dbus-next ];
});
})
];
hardware.bluetooth = {
enable = true;
powerOnBoot = false;