Fix API changes from updates
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 16m14s

This commit is contained in:
2024-03-18 20:23:52 +00:00
parent ace979c226
commit 7d90b5ecb8
4 changed files with 18 additions and 20 deletions

View File

@@ -101,6 +101,12 @@ in
dnssec = "false";
};
pipewire.extraConfig.pipewire = {
"context.properties" = {
"default.clock.quantum" = 128;
"default.clock.max-quantum" = 128;
};
};
blueman.enable = true;
};
@@ -131,14 +137,6 @@ in
qperf
ethtool
];
environment.etc = {
"pipewire/pipewire.conf.d/sample-size.conf".text = ''
context.properties = {
default.clock.quantum = 128
default.clock.max-quantum = 128
}
'';
};
nix = {
gc.automatic = false;