mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-05-14 01:20:15 +08:00
Add some missing literalExpression
This commit is contained in:
parent
c504fd7ac9
commit
26642e8f19
3 changed files with 6 additions and 6 deletions
|
|
@ -89,7 +89,7 @@ let
|
|||
};
|
||||
sopsFile = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
defaultText = "\${config.sops.defaultSopsFile}";
|
||||
defaultText = lib.literalExpression "\${config.sops.defaultSopsFile}";
|
||||
description = ''
|
||||
Sops file the secret is loaded from.
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue