From b8a0e4c56327bb9d6044707433e64891dd586d87 Mon Sep 17 00:00:00 2001 From: chase Date: Tue, 3 Jun 2025 04:53:45 -0400 Subject: [PATCH] Commented out polkit line --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index f0c1be1..654dbb7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -240,7 +240,7 @@ services.fprintd.enable = true; - security.polkit.enable = true; + # security.polkit.enable = true; # Enable the OpenSSH daemon. services.openssh = {