fix throttled dbus fail
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 36s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 36s
This commit is contained in:
parent
309ef2ecfe
commit
595e177ea8
1 changed files with 7 additions and 0 deletions
|
|
@ -28,6 +28,13 @@
|
||||||
"nvme_core.default_ps_max_latency_us=0"
|
"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 = {
|
hardware.bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
powerOnBoot = false;
|
powerOnBoot = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue