Add some missing literalExpression

This commit is contained in:
Sandro Jäckel 2024-10-21 23:06:03 +02:00 committed by mergify[bot]
parent c504fd7ac9
commit 26642e8f19
3 changed files with 6 additions and 6 deletions

View file

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