mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-01-17 12:40:45 +08:00
Merge pull request #157 from ncfavier/patch-1
Allow paths in sops.environment
This commit is contained in:
commit
c86068ac9a
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ in {
|
|||
};
|
||||
|
||||
environment = mkOption {
|
||||
type = types.attrsOf types.str;
|
||||
type = types.attrsOf (types.either types.str types.path);
|
||||
default = {};
|
||||
description = ''
|
||||
Environment variables to set before calling sops-install-secrets.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue