From 91ff516ef65059f24e3774673d0bf44f9b4faff5 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Thu, 3 Sep 2020 13:41:45 -0700 Subject: [PATCH] fix description of secretType.path It talked about symlinks which isn't a feature of this yet. --- modules/age.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 {