Improve activation messages about rendered templates

This fixes https://github.com/Mic92/sops-nix/issues/652
This commit is contained in:
Jeremy Fleischman 2024-11-07 13:39:26 -06:00 committed by mergify[bot]
parent 33f18b404e
commit fe63071416
3 changed files with 82 additions and 25 deletions

View file

@ -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 {