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