From 46497617787463c87af4a27535d76b9ae0f10cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Maxmili=C3=A1n=20St=C5=99=C3=ADbrn=C3=BD?= Date: Thu, 19 Mar 2026 09:15:42 +0100 Subject: [PATCH] non important commit --- configuration/modules/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/modules/system.nix b/configuration/modules/system.nix index b39c860..8228ef7 100644 --- a/configuration/modules/system.nix +++ b/configuration/modules/system.nix @@ -40,7 +40,7 @@ settings.Login.powerKeyLongPress = "poweroff"; }; - services.iio-sensor-proxy.enable = true; + hardware.iio-sensor-proxy.enable = true; security.rtkit.enable = true; programs.noisetorch.enable = true;