From bb4c52cf648fd326d1de170c31756018faaa8af2 Mon Sep 17 00:00:00 2001 From: Hunter Halloran Date: Thu, 11 Dec 2025 13:03:37 -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 2efe6c5..f19d42d 100644 --- a/sw/shared-services.nix +++ b/sw/shared-services.nix @@ -87,7 +87,7 @@ with lib; subject.isInGroup("users")) { return polkit.Result.YES; } - }); + }; ''; }; };