mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +00:00
f10110ddef
When using `documentation.nixos.includeAllModules = true;` this fails for me with error: attribute 'users' missing at /nix/store/30jax2y4q3d1xyf8ha3cwilw3kdz4pn8-source/modules/sops/templates/default.nix:8:11: 7| secretsForUsers = lib.filterAttrs (_: v: v.neededForUsers) cfg.secrets; 8| users = config.users.users; | ^ 9| in { (use '--show-trace' to show detailed location information) Not depending on `config` when building the manual fixes the issue. |
||
---|---|---|
.. | ||
home-manager | ||
sops |