From 112db5e481dfa47095767a0dd934ded2718bfaac Mon Sep 17 00:00:00 2001 From: Hunter Halloran Date: Thu, 11 Dec 2025 13:18:02 -0500 Subject: [PATCH] polkit typo --- sw/shared-services.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/shared-services.nix b/sw/shared-services.nix index f19d42d..2efe6c5 100644 --- a/sw/shared-services.nix +++ b/sw/shared-services.nix @@ -87,7 +87,7 @@ with lib; subject.isInGroup("users")) { return polkit.Result.YES; } - }; + }); ''; }; };