From 794b3721bc8bd06169b23ed923ce45905a1baf7b Mon Sep 17 00:00:00 2001 From: Parnell Springmeyer Date: Tue, 14 Feb 2017 08:42:08 -0600 Subject: Syntax wibble --- nixos/modules/security/wrappers/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules') diff --git a/nixos/modules/security/wrappers/default.nix b/nixos/modules/security/wrappers/default.nix index 2ed8a601a035..6f93403960af 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) || -- cgit 1.4.1