From 5a6425ac7ea09b1701dbc9c67926505a57833296 Mon Sep 17 00:00:00 2001 From: Melvin Ragusa Date: Wed, 4 Feb 2026 17:56:25 +0100 Subject: [PATCH] Update configuration.nix --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 29b5372..900fbba 100644 --- a/configuration.nix +++ b/configuration.nix @@ -156,8 +156,8 @@ settings = { General = { Enable = "Source,Sink,Media,Socket"; - Experimental = true; - KernelExperimental = true; + Experimental = false; + KernelExperimental = false; }; Policy = { AutoEnable = true;