diff --git a/modules/age.nix b/modules/age.nix index 383a85a..548d000 100644 --- a/modules/age.nix +++ b/modules/age.nix @@ -35,8 +35,7 @@ let type = types.str; default = "/run/secrets/${config.name}"; description = '' - Path where secrets are symlinked to. - If the default is kept no symlink is created. + Path where the decrypted secret is installed. ''; }; mode = mkOption {