1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00

Address review comments

This commit is contained in:
Quentin Smith 2024-02-20 16:12:05 -05:00 committed by mergify[bot]
parent fbec55367f
commit f6b80ab6cd

View file

@ -57,8 +57,9 @@ in {
type = types.path;
default = pkgs.writeText config.name config.content;
defaultText = ''pkgs.writeText config.name config.content'';
example = "./configuration-template.conf";
description = ''
File used as the template.
File used as the template. When this value is specified, `sops.templates.<name>.content` is ignored.
'';
};
};