From a2abf10e39199c9799e2eca35c32f3a754da87be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Sat, 21 Feb 2026 18:17:03 +0100 Subject: [PATCH] fix: typo in pipewire config --- hosts/matej-tower/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/matej-tower/configuration.nix b/hosts/matej-tower/configuration.nix index 7ec5aa3..8b7b461 100644 --- a/hosts/matej-tower/configuration.nix +++ b/hosts/matej-tower/configuration.nix @@ -69,7 +69,7 @@ services.pipewire.extraConfig.pipewire.adjust-sample-rate = { "context.properties" = { "default.clock.rate" = 192000; - "defautlt.allowed-rates" = [ 192000 ]; + "default.allowed-rates" = [ 192000 ]; }; };