use 48kHz like normal
This commit is contained in:
parent
39650b47d8
commit
5aa827d1df
1 changed files with 0 additions and 12 deletions
|
@ -216,18 +216,6 @@
|
|||
"ca-derivations"
|
||||
];
|
||||
networking.firewall.allowedTCPPorts = [58913];
|
||||
services.pipewire.config.pipewire."context.properties"."default.clock.rate" = 384000;
|
||||
services.pipewire.config.pipewire."context.properties"."default.clock.allowed-rates" = [
|
||||
44100
|
||||
48000
|
||||
88200
|
||||
96000
|
||||
176400
|
||||
192000
|
||||
352800
|
||||
384000
|
||||
];
|
||||
services.pipewire.config.pipewire."context.properties"."default.clock.quantum" = 8192;
|
||||
virtualisation.docker.daemon.settings = {
|
||||
storage-opts = [
|
||||
"zfs.fsname=hdd/docker"
|
||||
|
|
Loading…
Reference in a new issue