diff --git a/nixos/modules/security/wrappers/default.nix b/nixos/modules/security/wrappers/default.nix index 2ed8a601a03..6f93403960a 100644 --- a/nixos/modules/security/wrappers/default.nix +++ b/nixos/modules/security/wrappers/default.nix @@ -75,7 +75,7 @@ let (s: if (s ? "capabilities") then mkSetcapProgram ({ owner = "root"; - , group = "root"; + group = "root"; } // s) else if (s ? "setuid" && s.setuid == true) ||