nix-darwin: remove lib.traceVal from sops.templates

This commit is contained in:
Jörg Thalheim 2025-03-19 18:52:29 +01:00 committed by Jörg Thalheim
parent 787afce414
commit 1770be8ad8

View file

@ -121,7 +121,7 @@ in
owner: ${cfg.owner}
uid: ${toString cfg.uid}
'';
}) (lib.traceVal config.sops.templates)
}) config.sops.templates
++ lib.mapAttrsToList (name: cfg: {
assertion = !(cfg.group != null && cfg.gid != 0);
message = ''