Merge pull request #157 from ncfavier/patch-1

Allow paths in sops.environment
This commit is contained in:
Jörg Thalheim 2022-01-24 06:45:26 +01:00 committed by GitHub
commit c86068ac9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.