Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
chore(handoff): Disable airpods handoff service perf(wivrn): Comment out nightly package for stability
8 lines
127 B
Nix
8 lines
127 B
Nix
{...}: {
|
|
services.airpods-handoff = {
|
|
enable = false;
|
|
user = "servius";
|
|
macAddress = "14:14:7D:E5:1A:AC";
|
|
};
|
|
}
|