summary refs log tree commit diff
path: root/nixos/modules/security
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/security')
-rw-r--r--nixos/modules/security/wrappers/default.nix2
1 files changed, 1 insertions, 1 deletions
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) ||