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:
parent
fbec55367f
commit
f6b80ab6cd
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue