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; } - }; + }); ''; }; };