mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
nix-darwin: remove lib.traceVal from sops.templates
This commit is contained in:
parent
787afce414
commit
1770be8ad8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue