mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
Improve activation messages about rendered templates
This fixes https://github.com/Mic92/sops-nix/issues/652
This commit is contained in:
parent
33f18b404e
commit
fe63071416
3 changed files with 82 additions and 25 deletions
|
|
@ -24,6 +24,7 @@ in {
|
|||
path = mkOption {
|
||||
description = "Path where the rendered file will be placed";
|
||||
type = types.singleLineStr;
|
||||
# Keep this in sync with `RenderedSubdir` in `pkgs/sops-install-secrets/main.go`
|
||||
default = "/run/secrets/rendered/${config.name}";
|
||||
};
|
||||
content = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue