use 48kHz like normal

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-24 16:33:10 +01:00
parent 39650b47d8
commit 5aa827d1df
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -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"